]> diplodocus.org Git - nmh/blobdiff - sbr/print_help.c
test/getcanon.c: exit(3) with 0 or 1, not -1 or symbolic error code.
[nmh] / sbr / print_help.c
index 0fca1db7ac7f3491487047c4404a04b82b9beac8..9a022582a87477e4f76c96a6941c1fbf76221f64 100644 (file)
@@ -30,7 +30,7 @@ print_help (char *str, struct swit *swp, int print_context)
 
     /* and for further info */
     putchar('\n');
 
     /* and for further info */
     putchar('\n');
-    print_intro (stdout, TRUE);
+    print_intro (stdout, true);
     puts ("\nSee the BUGS section of the nmh(7) man page for more information.");
 }
 
     puts ("\nSee the BUGS section of the nmh(7) man page for more information.");
 }