diff options
author | Sven Dowideit <SvenDowideit@home.org.au> | 2016-05-31 01:02:23 +0000 |
---|---|---|
committer | Sven Dowideit <SvenDowideit@home.org.au> | 2016-05-31 01:02:23 +0000 |
commit | 332a6d4444b17bf267b9021f9b308d405763ff12 (patch) | |
tree | 25e51cf23f2194dd66f8476910222196ae30ad13 | |
parent | f5ec7f410216cc6e569a7e5b2f9597a8be17bbcb (diff) | |
download | xrdp-proprietary-332a6d4444b17bf267b9021f9b308d405763ff12.tar.gz xrdp-proprietary-332a6d4444b17bf267b9021f9b308d405763ff12.zip |
Mention the channel code
Signed-off-by: Sven Dowideit <SvenDowideit@home.org.au>
-rw-r--r-- | docs/man/xrdp.ini.5 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/man/xrdp.ini.5 b/docs/man/xrdp.ini.5 index 131c0796..8e6969cd 100644 --- a/docs/man/xrdp.ini.5 +++ b/docs/man/xrdp.ini.5 @@ -215,6 +215,10 @@ Specifies the ip address of the host to connect to. \fBport\fR=\fI<number>\fR|\fI\-1\fR Specifies the port number to connect to. If set to \fI\-1\fR, the default port for the specified library is used. +.TP +\fBcode\fR=\fI<number>\fR|\fI\-1\fR +Specifies the session type, the default, \fI\0\fR, is Xvnc, \fI\10\fR, is X11rdp, and \fI\20\fR, uses Xorg driver mode. + .SH "EXAMPLES" This is an example \fBxrdp.ini\fR: |