]> diplodocus.org Git - nmh/blobdiff - sbr/print_help.c
prototypes.h: Delete duplicate prototypes.
[nmh] / sbr / print_help.c
index 9a022582a87477e4f76c96a6941c1fbf76221f64..66d27a02f9a45f667ca3697a2450a3b5f093247e 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.");
 }
 
 
@@ -64,7 +64,8 @@ static const char nmh_intro3[] = \
 "at http://www.nongnu.org/nmh/ .\n";
 
 void
-print_intro (FILE *file, bool brief) {
+print_intro (FILE *file, bool brief)
+{
     fputs (nmh_intro1, file);
     if (! brief) {
         fputs (nmh_intro2, file);