From: Ralph Corderoy Date: Wed, 13 Sep 2017 22:08:00 +0000 (+0100) Subject: Edit out a few more tautological `the foo(5) man page'. X-Git-Url: https://diplodocus.org/git/nmh/commitdiff_plain/b1eb90d04f944d410bdb757006c9e9815034e85c?hp=f07a022e29922690ff8eb54a3c2ea33a5fd3510d Edit out a few more tautological `the foo(5) man page'. --- diff --git a/INSTALL b/INSTALL index 5f1b88aa..c1709221 100644 --- a/INSTALL +++ b/INSTALL @@ -264,7 +264,7 @@ Options for configure however, so that each time nmh is reinstalled, the right value will be there. - See the mh-tailor(5) man page for full documentation of "servers:". + See mh-tailor(5) for full documentation of "servers:". --with-cyrus-sasl (DEFAULT is to autodetect)) Enable SASL support for SMTP and POP via the Cyrus SASL library. diff --git a/etc/mts.conf.in b/etc/mts.conf.in index 0e20f289..77b877db 100644 --- a/etc/mts.conf.in +++ b/etc/mts.conf.in @@ -1,7 +1,7 @@ # # nmh mail transport interface customization file. # -# Check the mh-tailor(5) man page for descriptions of available options. +# mh-tailor(5) describes the options. # # The delivery method to use, which must be one of the following: diff --git a/etc/scan.highlighted b/etc/scan.highlighted index 0e46f156..944dbce8 100644 --- a/etc/scan.highlighted +++ b/etc/scan.highlighted @@ -13,7 +13,7 @@ %; You can optionally copy this file to your MH Path and modify as %; desired. %; -%; The mh-sequence(5) man page describes the unseen sequence. +%; mh-sequence(5) describes the unseen sequence. %; %; A more readable approach would add escape sequences to your profile, e.g.: %; normal:  diff --git a/sbr/fmt_compile.c b/sbr/fmt_compile.c index d8d64323..9cb92f8f 100644 --- a/sbr/fmt_compile.c +++ b/sbr/fmt_compile.c @@ -35,7 +35,7 @@ * * - Add code to fmttest.c to display your new function. * - * - Document the new function in the mh-format(5) man page. + * - Document the new function in mh-format(5). * */ diff --git a/sbr/print_help.c b/sbr/print_help.c index 9a022582..2aafe06e 100644 --- a/sbr/print_help.c +++ b/sbr/print_help.c @@ -31,7 +31,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."); } diff --git a/sbr/readconfig.c b/sbr/readconfig.c index d737a2a0..5b51a610 100644 --- a/sbr/readconfig.c +++ b/sbr/readconfig.c @@ -122,7 +122,7 @@ readconfig (struct node **npp, FILE *ib, const char *file, int ctx) if (opp == NULL) { /* Check for duplicated non-null profile entries. Except allow multiple profile entries named "#", because that's - what the mh-profile man page suggests using for comments. + what mh-profile(5) suggests using for comments. Only do this check on the very first call from context_read(), when opp is NULL. That way, entries in diff --git a/uip/install-mh.c b/uip/install-mh.c index e3eab12f..549e4525 100644 --- a/uip/install-mh.c +++ b/uip/install-mh.c @@ -215,7 +215,7 @@ query: } fclose (out); - puts ("\nPlease see the nmh(7) man page for an introduction to nmh.\n"); + puts ("\nPlease see nmh(7) for an introduction to nmh.\n"); print_intro (stdout, false); /* Initialize the saved nmh version. The Path profile entry was added