diff options
author | Adam Tkac <atkac@redhat.com> | 2010-02-05 15:54:10 +0000 |
---|---|---|
committer | Adam Tkac <atkac@redhat.com> | 2010-02-05 15:54:10 +0000 |
commit | 93ff5dbd1ad8ad595c87fc127d62d4453fd35d9a (patch) | |
tree | 452fb1bcc1287c07d799e3167cdb0167a88de0c4 /unix/xserver/hw/vnc/Xvnc.man | |
parent | be6b28efc0b45f711ba0997b0cdce3d2a06b4f63 (diff) | |
download | tigervnc-93ff5dbd1ad8ad595c87fc127d62d4453fd35d9a.tar.gz tigervnc-93ff5dbd1ad8ad595c87fc127d62d4453fd35d9a.zip |
[Development] Add new "-i" and "-interface" parameters to Xvnc. Now Xvnc is able
to listen on specific interface.
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@3963 3789f03b-4d11-0410-bbf8-ca57d06f2519
Diffstat (limited to 'unix/xserver/hw/vnc/Xvnc.man')
-rw-r--r-- | unix/xserver/hw/vnc/Xvnc.man | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/unix/xserver/hw/vnc/Xvnc.man b/unix/xserver/hw/vnc/Xvnc.man index 865d408e..356925df 100644 --- a/unix/xserver/hw/vnc/Xvnc.man +++ b/unix/xserver/hw/vnc/Xvnc.man @@ -48,6 +48,10 @@ next three green, and the least significant three represent red), the default for depth 16 is RGB565 and for depth 24 is RGB888. .TP +.B \-interface \fIIP address\fP or \-i \fIIP address\fP +Listen on interface. By default Xvnc listens on all available interfaces. + +.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 color map or |