diff options
author | Jeff Blaine <jblaine@kickflop.net> | 2016-05-23 22:07:58 -0400 |
---|---|---|
committer | Jeff Blaine <jblaine@kickflop.net> | 2016-05-23 22:07:58 -0400 |
commit | a518efdec23b35ccb845433a5d22f4b4d5d5099a (patch) | |
tree | 8d825e715e2e4db3674ea8236f2796781d62b7aa | |
parent | 044e2b87da7121ef6cbd59e88b101d7d8e282896 (diff) | |
download | tigervnc-a518efdec23b35ccb845433a5d22f4b4d5d5099a.tar.gz tigervnc-a518efdec23b35ccb845433a5d22f4b4d5d5099a.zip |
Documents $HOME/.vnc/default.tigervnc format
Fixes #270
-rw-r--r-- | vncviewer/vncviewer.man | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/vncviewer/vncviewer.man b/vncviewer/vncviewer.man index 9ee616dc..d6a3708f 100644 --- a/vncviewer/vncviewer.man +++ b/vncviewer/vncviewer.man @@ -280,7 +280,10 @@ respectively. .SH FILES .TP $HOME/.vnc/default.tigervnc -Default configuration options. +Default configuration options. This file must have a "magic" first line of +"TigerVNC Configuration file Version 1.0" (without quotes), followed by simple +<setting>=<value> pairs of your choosing. The available settings are those +shown in this man page. .TP $HOME/.vnc/x509_ca.pem Default CA certificate for authenticating servers. |