Added mts.conf.5 page per Neil W Rickert <rickert+nmh@cs.niu.edu>'s report:
authorDan Harkless <dan@harkless.org>
Wed, 10 May 2000 03:39:46 +0000 (03:39 +0000)
committerDan Harkless <dan@harkless.org>
Wed, 10 May 2000 03:39:46 +0000 (03:39 +0000)
    This happens on solaris:

     % man mts.conf
     windex entry incorrect:  mts.conf(5) not found.
     No manual entry for mts.conf.

    It is fixed by

     % echo ".so man5/mh-tailor.5" > mts.conf.5

    done in the man5 directory.  We need to add 'mts.conf.5' as a reference
    sourcing mh-tailor.5.

ChangeLog
man/Makefile.in
man/mts.conf.man [new file with mode: 0644]

index 5ef0e1d..04e1694 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,4 @@
-Tue May 09 17:01:47 2000 Dan Harkless <dan-nmh@dilvish.speed.net>
+Tue May 09 20:38:04 2000 Dan Harkless <dan-nmh@dilvish.speed.net>
 
        * Alphabetized Shantonu's $pop_kinds output on configure's "pop is
        enabled" line.  If POP3 is the only kind of POP enabled, say so,
@@ -35,6 +35,22 @@ Tue May 09 17:01:47 2000 Dan Harkless <dan-nmh@dilvish.speed.net>
 
        * Prepended "Portions of this code are" to the copyright message
        in ruserpass.c also.
+
+       * Added mts.conf.5 page per Neil W Rickert <rickert+nmh@cs.niu.edu>'s
+       report:
+       
+           This happens on solaris:
+
+                    % man mts.conf
+                    windex entry incorrect:  mts.conf(5) not found.
+                    No manual entry for mts.conf.
+
+           It is fixed by
+
+                    % echo ".so man5/mh-tailor.5" > mts.conf.5
+
+           done in the man5 directory.  We need to add 'mts.conf.5' as a
+           reference sourcing mh-tailor.5.
        
 Mon May 08 23:51:55 2000 Dan Harkless <dan-nmh@dilvish.speed.net>
 
index 469dd8d..ee5997c 100644 (file)
@@ -72,7 +72,7 @@ MAN1 = ali.$(manext1) anno.$(manext1) burst.$(manext1) comp.$(manext1) \
 
 MAN5 = mh-alias.$(manext5) mh-draft.$(manext5) mh-format.$(manext5) \
        mh-mail.$(manext5) mh-profile.$(manext5) mh-sequence.$(manext5) \
-       mh-tailor.$(manext5)
+       mh-tailor.$(manext5) mts.conf.$(manext5)
 
 MAN8 = ap.$(manext8) conflict.$(manext8) dp.$(manext8) \
        fmtdump.$(manext8) install-mh.$(manext8) mh-mts.$(manext8) \
@@ -85,7 +85,7 @@ DIST_MAN = ali.man anno.man ap.man burst.man comp.man conflict.man \
            mh-draft.man mh-format.man mh-mail.man mh-mts.man mh-profile.man \
            mh-sequence.man mh-tailor.man nmh.man mhbuild.man mhl.man \
            mhlist.man mhmail.man mhn.man mhparam.man mhpath.man \
-           mhshow.man mhstore.man msgchk.man msh.man \
+           mhshow.man mhstore.man msgchk.man msh.man mts.conf.man \
            next.man packf.man pick.man post.man prev.man prompter.man \
            rcvdist.man rcvpack.man rcvstore.man rcvtty.man refile.man \
            repl.man rmf.man rmm.man scan.man send.man sendfiles.man show.man \
diff --git a/man/mts.conf.man b/man/mts.conf.man
new file mode 100644 (file)
index 0000000..9d534fd
--- /dev/null
@@ -0,0 +1 @@
+.so man5/mh-tailor.5