summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2012-08-23 12:55:38 -0400
committerEric S. Raymond <esr@thyrsus.com>2012-08-23 12:55:38 -0400
commitb1e14dadd77e69be6cb1e9223015cd43497b554a (patch)
tree6f464b1f257626b4d7c056bc948a7ac33a026d3d
parent16fb559aaf157f7465c52ecd50e4945c5d58c372 (diff)
Eliminate use of tab stops. Use real TBL markup.
These changes enable structural translation to DocBook. Signed-off-by: Eric S. Raymond <esr@thyrsus.com>
-rw-r--r--man/rstartd.man9
1 files changed, 6 insertions, 3 deletions
diff --git a/man/rstartd.man b/man/rstartd.man
index c1e53ac..ffd9e15 100644
--- a/man/rstartd.man
+++ b/man/rstartd.man
@@ -1,3 +1,4 @@
+.\" t
.\" $Xorg: rstartd.man,v 1.3 2000/08/17 19:54:01 cpqbld Exp $
.\" Copyright (c) 1993 Quarterdeck Office Systems
.\"
@@ -35,7 +36,6 @@
.if n .sp 1
.if t .sp .5
..
-.ta .3i .6i .9i 1.2i 1.5i 1.8i
.TH RSTARTD 1 __xorgversion__
.SH NAME
rstartd - a sample implementation of a Remote Start rsh helper
@@ -124,13 +124,16 @@ markers.)
Any commands run are provided a few useful pieces of information in
environment variables. The exact names are configurable, but the supplied
defaults are:
-.EX 0
+
+.TS
+l l.
$RSTART_CONTEXT the name of the context
$RSTART_GLOBAL_CONTEXTS the global contexts directory
$RSTART_LOCAL_CONTEXTS the local contexts directory
$RSTART_GLOBAL_COMMANDS the global generic commands directory
$RSTART_LOCAL_COMMANDS the local generic commands directory
-.EE
+.TE
+
$RSTART_{GLOBAL,LOCAL}_CONTEXTS should contain one special file, @List,
which contains a list of the contexts in that directory in the format
specified for ListContexts. The supplied version of ListContexts will