diff options
author | Kirill Kolyshkin <kolyshkin@users.noreply.github.com> | 2015-10-28 17:01:07 -0700 |
---|---|---|
committer | Kirill Kolyshkin <kolyshkin@users.noreply.github.com> | 2015-10-28 17:01:07 -0700 |
commit | 55d6085e1debca23772eea19a1e1bdaffb0ce75a (patch) | |
tree | 744a5d516a7457ed76d7449bea5f735f98782290 | |
parent | 53604dae6d0c44acec3de6f36a8886192ee673ca (diff) | |
download | tigervnc-55d6085e1debca23772eea19a1e1bdaffb0ce75a.tar.gz tigervnc-55d6085e1debca23772eea19a1e1bdaffb0ce75a.zip |
Xvnc.man: remove -i option
Xvnc does not understand -i as an alias to -interface anymore (since commit f8e3b34c69)
but it is still listed in the man page.
Fix man accordingly
Signed-off-by: Kir Kolyshkin <kir@openvz.org>
-rw-r--r-- | unix/xserver/hw/vnc/Xvnc.man | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/unix/xserver/hw/vnc/Xvnc.man b/unix/xserver/hw/vnc/Xvnc.man index 9e86fa4f..4a833157 100644 --- a/unix/xserver/hw/vnc/Xvnc.man +++ b/unix/xserver/hw/vnc/Xvnc.man @@ -48,7 +48,7 @@ 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 +.B \-interface \fIIP address\fP Listen on interface. By default Xvnc listens on all available interfaces. . .TP |