docs: update man for sesman.ini

Not to confuse the default value written in config and the default
value will be used when not specified in config use the words
"it not specified, defaults to foobar" for the latter.

And other miscellaneous changes,

- Fix typo
- Emphasize the default value
This commit is contained in:
Koichiro IWAO 2016-11-14 16:52:17 +09:00
parent f096f1b028
commit fc32099d25

View File

@ -47,11 +47,12 @@ Following parameters can be used in the \fB[Globals]\fR section.
.TP .TP
\fBListenAddress\fR=\fIip address\fR \fBListenAddress\fR=\fIip address\fR
xrdp-sesman listening address. Default is 0.0.0.0 (all interfaces). xrdp-sesman listening address. If not specified, defaults to \fI0.0.0.0\fR
(all interfaces).
.TP .TP
\fBListenPort\fR=\fIport number\fR \fBListenPort\fR=\fIport number\fR
xrdp-sesman listening port. Default is 3350. xrdp-sesman listening port. If not specified, defaults to \fI3350\fR.
.TP .TP
\fBEnableUserWindowManager\fR=\fI[0|1]\fR \fBEnableUserWindowManager\fR=\fI[0|1]\fR
@ -75,8 +76,8 @@ Following parameters can be used in the \fB[Logging]\fR section.
.TP .TP
\fBLogFile\fR=\fIfilename\fR \fBLogFile\fR=\fIfilename\fR
Log file path. It can be either absolute or relative. The default is Log file path. It can be either absolute or relative. If not specified,
\fI./sesman.log\fR defaults to \fI./sesman.log\fR
.TP .TP
\fBLogLevel\fR=\fIlevel\fR \fBLogLevel\fR=\fIlevel\fR
@ -111,7 +112,8 @@ Following parameters can be used in the \fB[Sessions]\fR section.
.TP .TP
\fBX11DisplayOffset\fR=\fInumber\fR \fBX11DisplayOffset\fR=\fInumber\fR
The first X display number available for xrdp-sesman. This prevents The first X display number available for xrdp-sesman. This prevents
xrdp-sesman from interfering with real X11 servers. The default is 10. xrdp-sesman from interfering with real X11 servers. If not specified,
defaults to \fI10\fR.
.TP .TP
\fBMaxSessions\fR=\fInumber\fR \fBMaxSessions\fR=\fInumber\fR
@ -170,8 +172,8 @@ terminal server.
.TP .TP
\fBMaxLoginRetry\fR=\fInumber\fR \fBMaxLoginRetry\fR=\fInumber\fR
The number of login attempts that are allowed on terminal server. If set The number of login attempts that are allowed on terminal server. If set
to \fI0\fR, unlimited attempts are allowed. The default value for this to \fI0\fR, unlimited attempts are allowed. If not specified, defaults to
field is \fI3\fR. \fI3\fR.
.TP .TP
\fBTerminalServerUsers\fR=\fIgroup\fR \fBTerminalServerUsers\fR=\fIgroup\fR
@ -207,10 +209,10 @@ Following parameters can be used in the \fB[Chansrv]\fR section.
.TP .TP
\fBFuseMountName\fR=\fIstring\fR \fBFuseMountName\fR=\fIstring\fR
Directory for drive redirection, relative to the user home directory. Directory for drive redirection, relative to the user home directory.
Created if it doesn't exist. Defaults to \fIxrdp_client\fR Created if it doesn't exist. If not specified, defaults to \fIxrdp_client\fR.
.SH "SESSIONS VARIABLES" .SH "SESSIONS VARIABLES"
All entries it the \fB[SessionVariables]\fR section are set as All entries in the \fB[SessionVariables]\fR section are set as
environment variables in the user's session. environment variables in the user's session.
.SH "FILES" .SH "FILES"