]> diplodocus.org Git - nmh/blobdiff - sbr/print_help.c
Fix invalid pointer arithmetic.
[nmh] / sbr / print_help.c
index 9a022582a87477e4f76c96a6941c1fbf76221f64..2aafe06e8abe9ee85004d3e795b61927b82c1905 100644 (file)
@@ -31,7 +31,7 @@ print_help (char *str, struct swit *swp, int print_context)
     /* and for further info */
     putchar('\n');
     print_intro (stdout, true);
-    puts ("\nSee the BUGS section of the nmh(7) man page for more information.");
+    puts ("\nSee the BUGS section of nmh(7) for more information.");
 }