From 7bffbb53da76fec3bc3c8712b0a411a4ee08eb0f Mon Sep 17 00:00:00 2001 From: Dmitry Maksyoma Date: Mon, 15 Mar 2021 22:27:19 +1300 Subject: [PATCH] vncserver: remove securitytypes mention from man page securitytypes is no longer used. --- unix/vncserver.man | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/unix/vncserver.man b/unix/vncserver.man index d6240df..aae748d 100644 --- a/unix/vncserver.man +++ b/unix/vncserver.man @@ -171,9 +171,9 @@ $HOME/.vnc/config An optional server config file wherein options to be passed to Xvnc are listed to avoid hard-coding them to the physical invocation. List options in this file one per line. For those requiring an argument, simply separate the option from -the argument with an equal sign, for example: "geometry=2000x1200" or -"securitytypes=vncauth,tlsvnc". Options without an argument are simply listed -as a single word, for example: "localhost" or "alwaysshared". +the argument with an equal sign, for example: "geometry=2000x1200". Options +without an argument are simply listed as a single word, for example: "localhost" +or "alwaysshared". .TP $HOME/.vnc/passwd The VNC password file.