X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/a5a1425258ffb1f72e853b6adc6ff0ae58c636bd..99817f2e4d0ceaf8d3be1410c0c29fcd070ac6ec:/sbr/print_help.c diff --git a/sbr/print_help.c b/sbr/print_help.c index 25082400..9a022582 100644 --- a/sbr/print_help.c +++ b/sbr/print_help.c @@ -1,6 +1,4 @@ - -/* - * print_help.c -- print a help message, and possibly the +/* print_help.c -- print a help message, and possibly the * -- profile/context entries for this command * * This code is Copyright (c) 2002, by the authors of nmh. See the @@ -32,7 +30,7 @@ print_help (char *str, struct swit *swp, int print_context) /* 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."); } @@ -66,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);