diff options
author | runge <runge> | 2006-06-08 23:06:26 +0000 |
---|---|---|
committer | runge <runge> | 2006-06-08 23:06:26 +0000 |
commit | 1776a3a55f59052bd69509c889e4370973305f0d (patch) | |
tree | e77c3c0b53a1f15c03bba215c60982bc3e28c727 /x11vnc/options.c | |
parent | a60ee2ee9f73d21c4407136d7a2878a34be2f7ed (diff) | |
download | libtdevnc-1776a3a55f59052bd69509c889e4370973305f0d.tar.gz libtdevnc-1776a3a55f59052bd69509c889e4370973305f0d.zip |
x11vnc: -display WAIT:..., -users unixpw=, su_verify dpy command.
Diffstat (limited to 'x11vnc/options.c')
-rw-r--r-- | x11vnc/options.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11vnc/options.c b/x11vnc/options.c index a22edec..f01f0c7 100644 --- a/x11vnc/options.c +++ b/x11vnc/options.c @@ -93,7 +93,7 @@ char *allowed_input_str = NULL; char *viewonly_passwd = NULL; /* view only passwd. */ char **passwd_list = NULL; /* for -passwdfile */ int begin_viewonly = -1; -int inetd = 0; /* spawned from inetd(1) */ +int inetd = 0; /* spawned from inetd(8) */ #ifndef FILEXFER #define FILEXFER 1 #endif |