X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/d601805e1d9c40d88107eb4b79c6cd592d660eb2..872ef4dde72a88ceb1358849a462f791135b842d:/sbr/print_help.c diff --git a/sbr/print_help.c b/sbr/print_help.c index 0fca1db7..2aafe06e 100644 --- a/sbr/print_help.c +++ b/sbr/print_help.c @@ -30,8 +30,8 @@ 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."); + print_intro (stdout, true); + puts ("\nSee the BUGS section of nmh(7) for more information."); }