Subversion Repositories

?revision_form?Rev ?revision_input??revision_submit??revision_endform?

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
19 magnus 1
Bug-Debian: http://bugs.debian.org/317148
2
Description: Add listen option to manpage
3
Author: Rob Sims <debbugs-z@robsims.com>
4
 
5
--- x2vnc-1.7.2.orig/x2vnc.man
6
+++ x2vnc-1.7.2/x2vnc.man
7
@@ -5,7 +5,12 @@ x2vnc \- a dual-screen hack
8
 .SH SYNOPSIS
9
 .B x2vnc
10
 .I <options>
11
-.I host:0
12
+.I <host>:<display#>
13
+.br
14
+.B x2vnc
15
+.I <options>
16
+.I -listen
17
+.I [<display#>]
18
 .br
19
 [
20
 .B \-display
21
@@ -126,6 +131,15 @@ be running X-window, and the second comp
22
 running which will update the contents on the actual screen. This means
23
 \fIXvnc\fR is not suitable, but \fIWinVNC\fR is.
24
 
25
+In listen mode (
26
+.B -listen
27
+option specified )
28
+.I x2vnc
29
+will wait for a connection from a VNC server on ports 5400 and 5500 (plus
30
+the optional
31
+.I display#
32
+value) instead of connecting to a specified VNC server.
33
+
34
 For up-to-date information on x2vnc, see the x2vnc home page:
35
 .B http://fredrik.hubbe.net/x2vnc.html
36