diff options
author | runge <runge> | 2005-11-28 16:30:47 +0000 |
---|---|---|
committer | runge <runge> | 2005-11-28 16:30:47 +0000 |
commit | 54906d737ddc42c9000592732f314c93e5b8a3a9 (patch) | |
tree | 02a6462e1b8a01487feb1707bfa01bb3cdd69751 /x11vnc/x11vnc.1 | |
parent | 8eb18f6cd8793ea55f04d3c736885b04c41aba4f (diff) | |
download | libtdevnc-54906d737ddc42c9000592732f314c93e5b8a3a9.tar.gz libtdevnc-54906d737ddc42c9000592732f314c93e5b8a3a9.zip |
x11vnc: add -loop option.
Diffstat (limited to 'x11vnc/x11vnc.1')
-rw-r--r-- | x11vnc/x11vnc.1 | 15 |
1 files changed, 13 insertions, 2 deletions
diff --git a/x11vnc/x11vnc.1 b/x11vnc/x11vnc.1 index d112da9..383bd9c 100644 --- a/x11vnc/x11vnc.1 +++ b/x11vnc/x11vnc.1 @@ -1,8 +1,8 @@ .\" This file was automatically generated from x11vnc -help output. -.TH X11VNC "1" "October 2005" "x11vnc " "User Commands" +.TH X11VNC "1" "November 2005" "x11vnc " "User Commands" .SH NAME x11vnc - allow VNC connections to real X11 displays - version: 0.7.3, lastmod: 2005-10-22 + version: 0.7.3, lastmod: 2005-11-28 .SH SYNOPSIS .B x11vnc [OPTION]... @@ -237,6 +237,17 @@ disconnects, opposite of \fB-forever.\fR This is the Default. Keep listening for more connections rather than exiting as soon as the first client(s) disconnect. Same as \fB-many\fR .PP +\fB-loop\fR +.IP +Create an outer loop restarting the x11vnc process +whenever it terminates. \fB-bg\fR and \fB-inetd\fR are ignored in +this mode. Useful for continuing even if the X server +terminates and restarts (you will need permission to +reconnect of course). Use, e.g., \fB-loop100\fR to sleep +100 millisecs between restarts, etc. Default is 2000ms +(i.e. 2 secs) Use, e.g. \fB-loop300,5\fR to sleep 300 ms +and only loop 5 times. +.PP \fB-timeout\fR \fIn\fR .IP Exit unless a client connects within the first n seconds |