X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/177f020f122827214159c46dcfe7ded1e3c8d1c3..94187a80bd60baab4b9c4b949ad820d730578123:/sbr/print_help.c diff --git a/sbr/print_help.c b/sbr/print_help.c index 37834ae1..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."); } @@ -64,7 +64,7 @@ static const char nmh_intro3[] = \ "at http://www.nongnu.org/nmh/ .\n"; void -print_intro (FILE *file, int brief) { +print_intro (FILE *file, bool brief) { fputs (nmh_intro1, file); if (! brief) { fputs (nmh_intro2, file);