X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/880ff2a4f8f33fede426b21858dda31b58ffd27a..9322ba2854211794c27fae9468768b80b767c211:/sbr/print_help.c diff --git a/sbr/print_help.c b/sbr/print_help.c index 6853caa2..25082400 100644 --- a/sbr/print_help.c +++ b/sbr/print_help.c @@ -20,7 +20,7 @@ print_help (char *str, struct swit *swp, int print_context) printf ("Usage: %s\n", str); /* print all the switches */ - printf (" switches are:\n"); + puts(" switches are:"); print_sw (ALL, swp, "-", stdout); /* @@ -31,9 +31,9 @@ print_help (char *str, struct swit *swp, int print_context) } /* and for further info */ - puts (""); + putchar('\n'); print_intro (stdout, TRUE); - puts ("\nSee the BUGS section the nmh(7) man page for more information."); + puts ("\nSee the BUGS section of the nmh(7) man page for more information."); } @@ -42,11 +42,10 @@ print_help (char *str, struct swit *swp, int print_context) */ static const char nmh_intro1[] = \ -"Send bug reports, questions, suggestions, and patches to nmh-\n" -"workers@nongnu.org. That mailing list is relatively quiet, so user\n" +"Send bug reports, questions, suggestions, and patches to\n" +"nmh-workers@nongnu.org. That mailing list is relatively quiet, so user\n" "questions are encouraged. Users are also encouraged to subscribe, and\n" -"view the archives, at https://lists.gnu.org/mailman/listinfo/nmh-\n" -"workers .\n"; +"view the archives, at https://lists.gnu.org/mailman/listinfo/nmh-workers\n"; /* The text below is split so that string constant length doesn't exceed the C90 minimum maximum length of 509 characters. */