]> diplodocus.org Git - nmh/commitdiff
Edit out a few more tautological `the foo(5) man page'.
authorRalph Corderoy <ralph@inputplus.co.uk>
Wed, 13 Sep 2017 22:08:00 +0000 (23:08 +0100)
committerRalph Corderoy <ralph@inputplus.co.uk>
Wed, 13 Sep 2017 22:08:00 +0000 (23:08 +0100)
INSTALL
etc/mts.conf.in
etc/scan.highlighted
sbr/fmt_compile.c
sbr/print_help.c
sbr/readconfig.c
uip/install-mh.c

diff --git a/INSTALL b/INSTALL
index 5f1b88aaddf3d95598f64c2f4f0f4d4771ea878d..c170922194c272933a06d7c41053513cb1384c6b 100644 (file)
--- 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.
 
      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.
 
 --with-cyrus-sasl      (DEFAULT is to autodetect))
      Enable SASL support for SMTP and POP via the Cyrus SASL library.
index 0e20f289a32110a4bc2b55d63496409988088ce3..77b877db54193f9991f94a96b659d3c21b4c29e6 100644 (file)
@@ -1,7 +1,7 @@
 #
 # nmh mail transport interface customization file.
 #
 #
 # 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:
 #
 
 # The delivery method to use, which must be one of the following:
index 0e46f156ef6dc90cf1af7058bc5433ecf6121777..944dbce8ab3a042f4ee69791bc5a17bea96eee68 100644 (file)
@@ -13,7 +13,7 @@
 %; You can optionally copy this file to your MH Path and modify as
 %; desired.
 %;
 %; 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: \e[m
 %;
 %; A more readable approach would add escape sequences to your profile, e.g.:
 %;     normal: \e[m
index d8d64323fdf77f75bd92ccf12289579859ff10ab..9cb92f8f16b7b20a79ff4671a0ab26f667cd1c2d 100644 (file)
@@ -35,7 +35,7 @@
  *
  * - Add code to fmttest.c to display your new function.
  *
  *
  * - 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).
  *
  */
 
  *
  */
 
index 9a022582a87477e4f76c96a6941c1fbf76221f64..2aafe06e8abe9ee85004d3e795b61927b82c1905 100644 (file)
@@ -31,7 +31,7 @@ print_help (char *str, struct swit *swp, int print_context)
     /* and for further info */
     putchar('\n');
     print_intro (stdout, true);
     /* 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.");
 }
 
 
 }
 
 
index d737a2a04599af89241d460e34d3dc87bc597a41..5b51a610ef73dfdeb210d4722ba77badfc5f247b 100644 (file)
@@ -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
     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
 
           Only do this check on the very first call from
           context_read(), when opp is NULL.  That way, entries in
index e3eab12f55354a312a7c30b9a4382deccf31b14c..549e452569e677c483d64f6cbb34c00bb8d06191 100644 (file)
@@ -215,7 +215,7 @@ query:
     }
     fclose (out);
 
     }
     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
     print_intro (stdout, false);
 
     /* Initialize the saved nmh version.  The Path profile entry was added