diff options
Diffstat (limited to 'x11vnc/help.c')
| -rw-r--r-- | x11vnc/help.c | 12 | 
1 files changed, 6 insertions, 6 deletions
| diff --git a/x11vnc/help.c b/x11vnc/help.c index 0d28f28..248887e 100644 --- a/x11vnc/help.c +++ b/x11vnc/help.c @@ -268,10 +268,10 @@ void print_help(int mode) {  "                       an improvement over -flashcmap because it avoids the\n"  "                       flashing and shows each window in the correct color.\n"  "\n" -"                       This method appear to work, but may still have bugs\n" -"                       and it does hog resources.  If there are multiple 8bpp\n" -"                       windows using different colormaps, one may have to\n" -"                       iconify all but one for the colors to be correct.\n" +"                       This method works OK, but may still have bugs and it\n" +"                       does hog resources.  If there are multiple 8bpp windows\n" +"                       using different colormaps, one may have to iconify all\n" +"                       but one for the colors to be correct.\n"  "\n"  "                       There may be painting errors for clipping and switching\n"  "                       between windows of depths 8 and 24.  Heuristics are\n" @@ -1486,7 +1486,7 @@ void print_help(int mode) {  "                       Thus only passive network sniffing attacks are avoided:\n"  "                       the \"ANON\" method is susceptible to Man-In-The-Middle\n"  "                       attacks.  \"ANON\" is not recommended; instead use\n" -"                       a SSL PEM you created or the defaut \"SAVE\" method.\n" +"                       a SSL PEM you created or the default \"SAVE\" method.\n"  "\n"  "                       See -ssldir below to use a directory besides the\n"  "                       default ~/.vnc/certs\n" @@ -1504,7 +1504,7 @@ void print_help(int mode) {  "                       Set to zero to poll forever.  Set to a negative value\n"  "                       to use the builtin setting.\n"  "\n" -"                       Note that this value does not apply to the *initial* ssl\n" +"                       Note that this value does NOT apply to the *initial* ssl\n"  "                       init connection.  The default timeout for that is 20sec.\n"  "                       Use -env SSL_INIT_TIMEOUT=n to modify it.\n"  "\n" | 
