diff options
author | Gaetan Nadon <memsize@videotron.ca> | 2011-01-13 17:15:36 -0500 |
---|---|---|
committer | Gaetan Nadon <memsize@videotron.ca> | 2011-01-13 17:15:36 -0500 |
commit | f9d0aa7ca56c68aee0ba53a9ad9c232c544264b0 (patch) | |
tree | 6a1fa95cf83735d1de17ec39dfbfdb9812fa99f3 | |
parent | 3ad465bf134560234e75bf421acbe1481bccfde4 (diff) |
man: replace hard coded man page section with substitution strings
Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
-rw-r--r-- | sessreg.man | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sessreg.man b/sessreg.man index 3de0da8..bb1d9c8 100644 --- a/sessreg.man +++ b/sessreg.man @@ -104,7 +104,7 @@ This describes the "line" name of the entry. For terminal sessions, this is the final pathname segment of the terminal device filename (e.g. ttyd0). For X sessions, it should probably be the local display name given to the users session (e.g. :0). If none is specified, the -terminal name will be determined with ttyname(3) and stripped of leading +terminal name will be determined with ttyname(__libmansuffix__) and stripped of leading components. .IP "\fB-h\fP \fIhost-name\fP" This is set for BSD hosts to indicate that the session was initiated from @@ -113,7 +113,7 @@ a remote host. In typical xdm usage, this options is not used. Each potential session has a unique slot number in BSD systems, most are identified by the position of the \fIline-name\fP in the .BR __ttys_file__ file. -This option overrides the default position determined with ttyslot(3). +This option overrides the default position determined with ttyslot(__libmansuffix__). This option is inappropriate for use with xdm, the -x option is more useful. .IP "\fB-x\fP \fIXservers-file\fP" As X sessions are one-per-display, and each display is entered in this file, |