diff options
author | Peter Åstrand <astrand@cendio.se> | 2004-12-30 11:32:08 +0000 |
---|---|---|
committer | Peter Åstrand <astrand@cendio.se> | 2004-12-30 11:32:08 +0000 |
commit | c81a652be369e931f913044f0f7ef1cd6743e3d4 (patch) | |
tree | 9697a5704839276d2918357f22c8d742d38f09c5 /vncserver.man | |
parent | 3b2cf07211c77bcd9ea987000c1d8b13e1782938 (diff) | |
download | tigervnc-c81a652be369e931f913044f0f7ef1cd6743e3d4.tar.gz tigervnc-c81a652be369e931f913044f0f7ef1cd6743e3d4.zip |
Changed all user-visible strings from colour to color.
Also, the Windows viewer now accepts arguments with both spellings.
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@69 3789f03b-4d11-0410-bbf8-ca57d06f2519
Diffstat (limited to 'vncserver.man')
-rw-r--r-- | vncserver.man | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vncserver.man b/vncserver.man index 3171701e..12f0656b 100644 --- a/vncserver.man +++ b/vncserver.man @@ -70,7 +70,7 @@ for depth 16 is RGB565 and for depth 24 is RGB888. .TP .B \-cc 3 As an alternative to the default TrueColor visual, this allows you to run an -Xvnc server with a PseudoColor visual (i.e. one which uses a colour map or +Xvnc server with a PseudoColor visual (i.e. one which uses a color map or 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 |