diff options
author | Pavel Roskin <plroskin@gmail.com> | 2017-01-07 23:48:17 -0800 |
---|---|---|
committer | Pavel Roskin <plroskin@gmail.com> | 2017-01-17 18:09:47 -0800 |
commit | b1c0a7be04b2db3d7106701cff2025e94f90993c (patch) | |
tree | 7cc420b078be33268a8af5b4e307a3c9018dea89 | |
parent | 0799523c13cbbc4d8cbb5b3654dcdfbe0faefbbd (diff) | |
download | xrdp-proprietary-b1c0a7be04b2db3d7106701cff2025e94f90993c.tar.gz xrdp-proprietary-b1c0a7be04b2db3d7106701cff2025e94f90993c.zip |
Document --port and --fork options for xrdp
-rw-r--r-- | docs/man/xrdp.8.in | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/docs/man/xrdp.8.in b/docs/man/xrdp.8.in index d8025d01..36ea3d41 100644 --- a/docs/man/xrdp.8.in +++ b/docs/man/xrdp.8.in @@ -15,13 +15,22 @@ It can also be used as a VNC\->RDP bridge. .SH "OPTIONS" .TP \fB\-n\fR, \fB\-\-nodaemon\fR -Starts \fBxrdp\fR in foreground instead of starting it as a daemon. +Start \fBxrdp\fR in foreground instead of starting it as a daemon. .TP \fB\-k\fR, \fB\-\-kill\fR -Kills running \fBxrdp\fR daemon. +Kill running \fBxrdp\fR daemon. .TP \fB\-h\fR, \fB\-\-help\fR Output help information and exit. +.TP +\fB\-p\fR, \fB\-\-port\fR +Specify TCP port to listen to. This overrides \fIport\fR setting in +\fIxrdp.ini\fR file. +.TP +\fB\-f\fR, \fB\-\-fork\fR +Fork a new process on a new connection. If not enabled, use a new thread +for every connection. This overrides \fIfork\fR setting in +\fIxrdp.ini\fR file. .SH "FILES" @bindir@/xrdp |