Added missing parameters to man-page

git-svn-id: svn://svn.code.sf.net/p/rdesktop/code/trunk/rdesktop@504 423420c4-83ab-492f-b58f-81f9feb106b5
This commit is contained in:
Michael Gernoth 2003-10-19 12:05:23 +00:00
parent 62c180be72
commit 4e95dbd8cd

View File

@ -70,6 +70,10 @@ higher-level drawing operations.
Disable encryption. This option is only needed (and will only work) if you Disable encryption. This option is only needed (and will only work) if you
have a French version of NT TSE. have a French version of NT TSE.
.TP .TP
.BR "-E"
Disable encryption from client to server. This sends an encrypted login-packet,
but everything after this is unencrypted. This also includes interactive logins.
.TP
.BR "-m" .BR "-m"
Do not send mouse motion events. This saves bandwidth, although some Windows Do not send mouse motion events. This saves bandwidth, although some Windows
applications may rely on receiving mouse motion. applications may rely on receiving mouse motion.
@ -87,6 +91,24 @@ Window title.
.TP .TP
.BR "-D" .BR "-D"
Hide window manager decorations, by using MWM hints. Hide window manager decorations, by using MWM hints.
.TP
.BR "-a <bpp>"
Use bpp as colourdepth for the connection. Supported are 8, 15, 16 and 24.
More than 8 bpp are only supported when connecting to Windows XP or
Windows Server 2003.
.TP
.BR "-0"
Attach to the console of the Server.
.TP
.BR "-4"
Use RDP version 4.
.TP
.BR "-5"
Use RDP version 5 (default).
.TP
.BR "-r redirection"
Enable/disable specific resource-redirections. Please have a look at
redirection.txt for more informations.
.PP .PP
.SH LINKS .SH LINKS