diff options
author | Pierre Ossman <ossman@cendio.se> | 2014-09-17 16:28:56 +0200 |
---|---|---|
committer | Pierre Ossman <ossman@cendio.se> | 2014-09-17 16:28:56 +0200 |
commit | 23f67c3e282420e63adf28b1f5d51ee1e206f6f4 (patch) | |
tree | af9f272f7d37ced0e7eda84e1b66e60c5d27a1ba /unix/vncserver.man | |
parent | 591c7bf6a6b2175d9cfb3a7b3d2c7af7939b5c67 (diff) | |
download | tigervnc-23f67c3e282420e63adf28b1f5d51ee1e206f6f4.tar.gz tigervnc-23f67c3e282420e63adf28b1f5d51ee1e206f6f4.zip |
Avoid extra spacing in the generated man pages
Diffstat (limited to 'unix/vncserver.man')
-rw-r--r-- | unix/vncserver.man | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/unix/vncserver.man b/unix/vncserver.man index 649d2c4e..04a060ec 100644 --- a/unix/vncserver.man +++ b/unix/vncserver.man @@ -56,24 +56,24 @@ name defaults to "\fIhost\fP:\fIdisplay#\fP (\fIusername\fP)", but you can change it with this option. The desktop name option is passed to the xstartup script via the $VNCDESKTOP environment variable, which allows you to run a different set of applications depending on the name of the desktop. - +. .TP .B \-geometry \fIwidth\fPx\fIheight\fP Specify the size of the VNC desktop to be created. Default is 1024x768. - +. .TP .B \-depth \fIdepth\fP Specify the pixel depth (in bits) of the VNC desktop to be created. Default is 24. Other possible values are 8, 15 and 16 - anything else is likely to cause strange behaviour by applications. - +. .TP .B \-pixelformat \fIformat\fP Specify pixel format for Xvnc to use (BGRnnn or RGBnnn). The default for depth 8 is BGR233 (meaning the most significant two bits represent blue, the next three green, and the least significant three represent red), the default for depth 16 is RGB565, and the default for depth 24 is RGB888. - +. .TP .B \-cc 3 As an alternative to the default TrueColor visual, this allows you to run an @@ -82,7 +82,7 @@ palette), which can be useful for running some old X applications which only work on such a display. Values other than 3 (PseudoColor) and 4 (TrueColor) for the \-cc option may result in strange behaviour, and PseudoColor desktops must have an 8-bit depth. - +. .TP .B \-kill :\fIdisplay#\fP This kills a VNC desktop previously started with vncserver. It does this by @@ -92,7 +92,7 @@ killing the Xvnc process, whose process ID is stored in the file option ignores anything preceding the first colon (":") in the display argument. Thus, you can invoke "vncserver \-kill $DISPLAY", for example at the end of your xstartup file after a particular application exits. - +. .TP .B \-fp \fIfont-path\fP If the vncserver script detects that the X Font Server (XFS) is running, it @@ -108,20 +108,20 @@ The .B \-fp argument allows you to override the above fallback logic and specify a font path for Xvnc to use. - +. .TP .B \-fg Runs Xvnc as a foreground process. This has two effects: (1) The VNC server can be aborted with CTRL-C, and (2) the VNC server will exit as soon as the user logs out of the window manager in the VNC session. This may be necessary when launching TigerVNC from within certain grid computing environments. - +. .TP .B \-autokill Automatically kill Xvnc whenever the xstartup script exits. In most cases, this has the effect of terminating Xvnc when the user logs out of the window manager. - +. .TP .B \-list Lists all VNC desktops started by vncserver. |