diff options
Diffstat (limited to 'x11vnc/help.c')
-rw-r--r-- | x11vnc/help.c | 16 |
1 files changed, 10 insertions, 6 deletions
diff --git a/x11vnc/help.c b/x11vnc/help.c index ce2112c..cd9d6e6 100644 --- a/x11vnc/help.c +++ b/x11vnc/help.c @@ -448,7 +448,7 @@ void print_help(int mode) { " encrypted, only obscured with a fixed key).\n" "\n" " If the filename is prefixed with \"read:\" it will\n" -" periodically be checked for changes and reread. It it\n" +" periodically be checked for changes and reread. It is\n" " guaranteed to be reread just when a new client connects\n" " so that the latest passwords will be used.\n" "\n" @@ -656,8 +656,8 @@ void print_help(int mode) { " to use -users unixpw= to switch the process user after\n" " the user logs in.\n" "\n" -"-unixpw_cmd str As -unixpw above, however do not use su(1) but rather\n" -" run the externally supplied command \"str\". The first\n" +"-unixpw_cmd cmd As -unixpw above, however do not use su(1) but rather\n" +" run the externally supplied command \"cmd\". The first\n" " line of its stdin will the username and the second line\n" " the received password. If the command exits with status\n" " 0 (success) the VNC client will be accepted. It will be\n" @@ -758,9 +758,11 @@ void print_help(int mode) { " port 5800 and allow the Java vncviewer to be downloaded\n" " by client web browsers. For example:\n" "\n" -" 5815 stream tcp nowait root /usr/sbin/tcpd .../x11vnc \\\n" -" -inetd -q -http_ssl -display WAIT:cmd=HTTPONCE\n" +" 5815 stream tcp nowait root /usr/sbin/tcpd /.../x11vnc \\\n" +" -inetd -q -http_ssl -prog /.../x11vnc \\\n" +" -display WAIT:cmd=HTTPONCE\n" "\n" +" Where /.../x11vnc is the full path to x11vnc.\n" " It is used in the Apache SSL-portal example (see FAQ).\n" "\n" " Finally, one can insert a geometry between colons,\n" @@ -1609,6 +1611,8 @@ void print_help(int mode) { " avoid shell script wrappers, etc. to set the env. var.\n" " You may specify as many of these as needed on the\n" " command line.\n" +"-prog /path/to/x11vnc Set the full path to the x11vnc program for cases when\n" +" it cannot be determined from argv[0] (e.g. tcpd/inetd)\n" "\n" "-h, -help Print this help text.\n" "-?, -opts Only list the x11vnc options.\n" @@ -2869,7 +2873,7 @@ void print_help(int mode) { " pointer) use \"touch\" or \"touch=WxH\".\n" "\n" " If you set the env. var X11VNC_UINPUT_THRESHOLDS then\n" -" the thresh=n mode will be enabled. It it currently\n" +" the thresh=n mode will be enabled. It is currently\n" " not working well. If |dx| <= thresh and |dy| < thresh\n" " no acceleration is applied. Use \"thresh=+n\" |dx| +\n" " |dy| < thresh to be used instead (X11?)\n" |