diff options
author | runge <runge> | 2008-02-01 02:05:10 +0000 |
---|---|---|
committer | runge <runge> | 2008-02-01 02:05:10 +0000 |
commit | 7e7ef1b4716839045c4904c472564f13290ebd8b (patch) | |
tree | 030f74552aedb6036a3c4a918f030f9cdbb03c6f /x11vnc/help.c | |
parent | c17aef31ac3540a04707a7f14f04524cc76c93d0 (diff) | |
download | libtdevnc-7e7ef1b4716839045c4904c472564f13290ebd8b.tar.gz libtdevnc-7e7ef1b4716839045c4904c472564f13290ebd8b.zip |
x11vnc: during speeds estimate, guard against client disconnecting.
Diffstat (limited to 'x11vnc/help.c')
-rw-r--r-- | x11vnc/help.c | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/x11vnc/help.c b/x11vnc/help.c index edacb02..0b8e70c 100644 --- a/x11vnc/help.c +++ b/x11vnc/help.c @@ -342,7 +342,7 @@ void print_help(int mode) { " background, for example, usage of -display WAIT:..,\n" " -svc, and -connect can make use of this \"poor man's\"\n" " inetd mode. The default wait time is 500ms in this\n" -" mode. This usage could use useful: -svc -loopbg\n" +" mode. This usage could use useful: -svc -bg -loopbg\n" "\n" "-timeout n Exit unless a client connects within the first n seconds\n" " after startup.\n" @@ -3189,7 +3189,8 @@ void print_help(int mode) { " If there is trouble with mmap, use \"file:/...\"\n" " for slower lseek(2) based reading. Use \"snap:...\"\n" " to imply -snapfb mode and the \"file:\" access (this\n" -" is for devices that only provide the fb all at once).\n" +" is for unseekable devices that only provide the fb all\n" +" at once, e.g. a video camera provides the whole frame).\n" "\n" " For shared memory segments string is of the form:\n" " \"shm:N@WxHxB\" which specifies a shmid N and with\n" @@ -4854,7 +4855,7 @@ void print_license(void) { "\n" "x11vnc: a VNC server for X displays. %s\n" "\n" -"Copyright (c) 2002-2006 Karl J. Runge <[email protected]>\n" +"Copyright (c) 2002-2008 Karl J. Runge <[email protected]>\n" "All rights reserved.\n" "\n" ; |