X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/d601805e1d9c40d88107eb4b79c6cd592d660eb2..9f1e781a5c2beb9df943c832300a3f5bee1e4ed3:/sbr/print_help.c diff --git a/sbr/print_help.c b/sbr/print_help.c index 0fca1db7..81b1ab4b 100644 --- a/sbr/print_help.c +++ b/sbr/print_help.c @@ -6,7 +6,7 @@ * complete copyright information. */ -#include +#include "h/mh.h" void @@ -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,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);