diff options
author | Constantin Kaplinsky <const@tightvnc.com> | 2006-05-18 11:08:21 +0000 |
---|---|---|
committer | Constantin Kaplinsky <const@tightvnc.com> | 2006-05-18 11:08:21 +0000 |
commit | 8d9f5139332ca8509ab84601c53634d361ab4a2d (patch) | |
tree | 499e7ce0e3bfec1a5d374794126ef7b35565e9b2 /vncconfig_unix/vncconfig.man | |
parent | 265d3c8752f2e9799dab2b048dde64994f891cb6 (diff) | |
parent | 590db877c7bbadc2f95751c3a6ea6f6c93bca37a (diff) | |
download | tigervnc-8d9f5139332ca8509ab84601c53634d361ab4a2d.tar.gz tigervnc-8d9f5139332ca8509ab84601c53634d361ab4a2d.zip |
Merged the changes from branch/merge-with-vnc-4.1.1, revisions 520:558.
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@559 3789f03b-4d11-0410-bbf8-ca57d06f2519
Diffstat (limited to 'vncconfig_unix/vncconfig.man')
-rw-r--r-- | vncconfig_unix/vncconfig.man | 64 |
1 files changed, 38 insertions, 26 deletions
diff --git a/vncconfig_unix/vncconfig.man b/vncconfig_unix/vncconfig.man index 33f7d491..e24753da 100644 --- a/vncconfig_unix/vncconfig.man +++ b/vncconfig_unix/vncconfig.man @@ -1,34 +1,35 @@ -.TH vncconfig 1 "30 December 2004" "TightVNC" "Virtual Network Computing" +.TH vncconfig 1 "17 Apr 2006" "TightVNC" "Virtual Network Computing" .SH NAME vncconfig \- configure and control a VNC server .SH SYNOPSIS .B vncconfig -[\fB\-display\fP \fIXdisplay\fP] [\fB\-nowin\fP] [\fB\-iconic\fP] +.RI [ parameters ] .br .B vncconfig -[\fB\-display\fP \fIXdisplay\fP] +.RI [ parameters ] .B \-connect .IR host [: port ] .br .B vncconfig -[\fB\-display\fP \fIXdisplay\fP] +.RI [ parameters ] .B \-disconnect .br .B vncconfig -[\fB\-display\fP \fIXdisplay\fP] -.IR param = value " ..." +.RI [ parameters ] +.RB [ -set ] +.IR Xvnc-param = value " ..." .br .B vncconfig -[\fB\-display\fP \fIXdisplay\fP] +.RI [ parameters ] .B \-list .br .B vncconfig -[\fB\-display\fP \fIXdisplay\fP] -\fB\-get\fP \fIparam\fP +.RI [ parameters ] +\fB\-get\fP \fIXvnc-param\fP .br .B vncconfig -[\fB\-display\fP \fIXdisplay\fP] -\fB\-desc\fP \fIparam\fP +.RI [ parameters ] +\fB\-desc\fP \fIXvnc-param\fP .SH DESCRIPTION .B vncconfig is used to configure and control a running instance of Xvnc, or any other X @@ -57,18 +58,6 @@ is no VNC extension. .SH OPTIONS .TP -.B \-display \fIXdisplay\fP -Specifies the Xvnc server to control. - -.TP -.B \-nowin -When run as a "helper" app, don't put up a window. - -.TP -.B \-iconic -When run as a "helper" app, make the window iconified at startup. - -.TP .B \-connect \fIhost\fP[:\fIport\fP] Tells an Xvnc server to make a "reverse" connection to a listening VNC viewer (normally connections are made the other way round - the viewer connects to the @@ -82,7 +71,7 @@ This causes Xvnc to disconnect from all viewers so that the VNC desktop is not displayed anywhere. .TP -.IR param = value +[\fB-set\fP] \fIXvnc-param\fP=\fIvalue\fP Sets an Xvnc parameter to the given value. Note that some of Xvnc's parameters are read only once at startup so that changing them in this way may not have any effect. @@ -92,13 +81,36 @@ any effect. Lists all the parameters supported by Xvnc. .TP -.B \-get \fIparam\fP +.B \-get \fIXvnc-param\fP Prints the current value of the given Xvnc parameter. .TP -.B \-desc \fIparam\fP +.B \-desc \fIXvnc-param\fP Prints a short description of the given Xvnc parameter. +.SH PARAMETERS +.B vncconfig +also has parameters of its own which can be set on the command line. These +should not be confused with Xvnc's parameters which are manipulated with the +\fB-set\fP, \fB-get\fP, \fB-list\fP and \fB-desc\fP options. + +Parameters can be turned on with -\fIparam\fP or off with -\fIparam\fP=0. +Parameters which take a value can be specified as -\fIparam\fP \fIvalue\fP. +Other valid forms are \fIparam\fP\fB=\fP\fIvalue\fP -\fIparam\fP=\fIvalue\fP +--\fIparam\fP=\fIvalue\fP. Parameter names are case-insensitive. + +.TP +.B \-display \fIXdisplay\fP +Specifies the Xvnc server to control. + +.TP +.B \-nowin +When run as a "helper" app, don't put up a window. + +.TP +.B \-iconic +When run as a "helper" app, make the window iconified at startup. + .SH SEE ALSO .BR vncpasswd (1), .BR vncviewer (1), |