diff options
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 <runge@karlrunge.com>\n" +"Copyright (c) 2002-2008 Karl J. Runge <runge@karlrunge.com>\n" "All rights reserved.\n" "\n" ; |