diff options
| author | Idan Freiberg <speidy@gmail.com> | 2016-05-31 08:02:58 +0300 | 
|---|---|---|
| committer | Idan Freiberg <speidy@gmail.com> | 2016-05-31 08:02:58 +0300 | 
| commit | 703fedded71700c8b1cc4181ea112828ea5b236b (patch) | |
| tree | 25e51cf23f2194dd66f8476910222196ae30ad13 /docs/man/xrdp.ini.5 | |
| parent | f5ec7f410216cc6e569a7e5b2f9597a8be17bbcb (diff) | |
| parent | 332a6d4444b17bf267b9021f9b308d405763ff12 (diff) | |
| download | xrdp-proprietary-703fedded71700c8b1cc4181ea112828ea5b236b.tar.gz xrdp-proprietary-703fedded71700c8b1cc4181ea112828ea5b236b.zip | |
Merge pull request #379 from SvenDowideit/mention-channel-code
Mention the channel code in man page.
Diffstat (limited to 'docs/man/xrdp.ini.5')
| -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: | 
