diff options
| author | Idan Freiberg <speidy@gmail.com> | 2016-12-18 02:19:20 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-12-18 02:19:20 -0500 |
| commit | a44fa8c9e27e63d900d8a0961b450512d7bb8eaa (patch) | |
| tree | bf5131c4cdf289e33b2b0f46cb7b5ee029073d0b /docs/man/sesman.ini.5 | |
| parent | 9584e22ba63afd4793ea47c71299406e595e6dbb (diff) | |
| parent | 6881ae6c8ad138b2138cd9f781b9aa81c0499071 (diff) | |
| download | xrdp-proprietary-a44fa8c9e27e63d900d8a0961b450512d7bb8eaa.tar.gz xrdp-proprietary-a44fa8c9e27e63d900d8a0961b450512d7bb8eaa.zip | |
Merge pull request #559 from proski/manpages
Update manual pages - document "param", fix session type description
Diffstat (limited to 'docs/man/sesman.ini.5')
| -rw-r--r-- | docs/man/sesman.ini.5 | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/docs/man/sesman.ini.5 b/docs/man/sesman.ini.5 index af9b35ab..9003f82e 100644 --- a/docs/man/sesman.ini.5 +++ b/docs/man/sesman.ini.5 @@ -196,12 +196,10 @@ Following parameters can be used in the \fB[X11rdp]\fR, \fB[Xvnc]\fR and \fB[Xorg]\fR sections. .TP -\fBparam0\fR=\fIfilename\fR -Path to the X11 server executable - -.TP -\fBparam\fR\fIN\fR=\fIstring\fR -Nth command line argument +\fBparam\fR=\fIstring\fR +Multiple \fIparam\fR lines are supported. This first line specifies the +path to the X11 server executable. Following lines specify command line +arguments passed to the X11 server. .SH "CHANSRV" Following parameters can be used in the \fB[Chansrv]\fR section. |
