X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/c08cb60fe34b42b0a83bc88b57fd41b07793863f..6345e60c392bbf92b3d7ca2bba473f9da5c073ff:/sbr/print_help.c diff --git a/sbr/print_help.c b/sbr/print_help.c index 9a022582..15d84eb2 100644 --- a/sbr/print_help.c +++ b/sbr/print_help.c @@ -6,7 +6,9 @@ * complete copyright information. */ -#include +#include "h/mh.h" +#include "print_sw.h" +#include "print_help.h" void @@ -31,7 +33,7 @@ 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."); + puts ("\nSee the BUGS section of nmh(7) for more information."); } @@ -64,7 +66,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);