diff options
author | Pierre Ossman <ossman@cendio.se> | 2022-09-01 10:45:14 +0200 |
---|---|---|
committer | Pierre Ossman <ossman@cendio.se> | 2022-09-01 10:45:14 +0200 |
commit | 54ebb9e5b0b76b49c36c35e369d995bb327ae6f0 (patch) | |
tree | ddbc0bd8ce64b82e1831fef4477aa652fedd18c2 /unix | |
parent | 484ae7a2eab39ae9f6a660ea7dfd80fb5b8bba54 (diff) | |
download | tigervnc-54ebb9e5b0b76b49c36c35e369d995bb327ae6f0.tar.gz tigervnc-54ebb9e5b0b76b49c36c35e369d995bb327ae6f0.zip |
Fix SecurityTypes default value in man pages
The order is important in the servers, so make sure the man pages follow
the code properly.
Diffstat (limited to 'unix')
-rw-r--r-- | unix/x0vncserver/x0vncserver.man | 2 | ||||
-rw-r--r-- | unix/xserver/hw/vnc/Xvnc.man | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/unix/x0vncserver/x0vncserver.man b/unix/x0vncserver/x0vncserver.man index 9575fc7d..5fc4d586 100644 --- a/unix/x0vncserver/x0vncserver.man +++ b/unix/x0vncserver/x0vncserver.man @@ -106,7 +106,7 @@ Specify which security scheme to use for incoming connections. Valid values are a comma separated list of \fBNone\fP, \fBVncAuth\fP, \fBPlain\fP, \fBTLSNone\fP, \fBTLSVnc\fP, \fBTLSPlain\fP, \fBX509None\fP, \fBX509Vnc\fP, \fBX509Plain\fP, \fBRA2\fP, \fBRA2ne\fP, \fBRA2_256\fP and \fBRA2ne_256\fP. -Default is \fBVncAuth,RA2_256,RA2,RA2ne_256,RA2ne,TLSVnc\fP. +Default is \fBTLSVnc,RA2_256,RA2,RA2ne_256,RA2ne,VncAuth\fP. . .TP .B \-rfbauth \fIpasswd-file\fP, \-PasswordFile \fIpasswd-file\fP diff --git a/unix/xserver/hw/vnc/Xvnc.man b/unix/xserver/hw/vnc/Xvnc.man index 4735cf5c..c8806bf0 100644 --- a/unix/xserver/hw/vnc/Xvnc.man +++ b/unix/xserver/hw/vnc/Xvnc.man @@ -188,7 +188,7 @@ Specify which security scheme to use for incoming connections. Valid values are a comma separated list of \fBNone\fP, \fBVncAuth\fP, \fBPlain\fP, \fBTLSNone\fP, \fBTLSVnc\fP, \fBTLSPlain\fP, \fBX509None\fP, \fBX509Vnc\fP, \fBX509Plain\fP, \fBRA2\fP, \fBRA2ne\fP, \fBRA2_256\fP and \fBRA2ne_256\fP. -Default is \fBVncAuth,RA2_256,RA2,RA2ne_256,RA2ne,TLSVnc\fP. +Default is \fBTLSVnc,RA2_256,RA2,RA2ne_256,RA2ne,VncAuth\fP. . .TP .B \-Password \fIpassword\fP |