From fc35177f2bf93ba98b0da5691550914409e5bdf4 Mon Sep 17 00:00:00 2001 From: Dan Harkless Date: Wed, 10 May 2000 03:39:46 +0000 Subject: [PATCH] Added mts.conf.5 page per Neil W Rickert '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. --- ChangeLog | 18 +++++++++++++++++- man/Makefile.in | 4 ++-- man/mts.conf.man | 1 + 3 files changed, 20 insertions(+), 3 deletions(-) create mode 100644 man/mts.conf.man diff --git a/ChangeLog b/ChangeLog index 5ef0e1d..04e1694 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,4 @@ -Tue May 09 17:01:47 2000 Dan Harkless +Tue May 09 20:38:04 2000 Dan Harkless * 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 * Prepended "Portions of this code are" to the copyright message in ruserpass.c also. + + * Added mts.conf.5 page per Neil W Rickert '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 diff --git a/man/Makefile.in b/man/Makefile.in index 469dd8d..ee5997c 100644 --- a/man/Makefile.in +++ b/man/Makefile.in @@ -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 index 0000000..9d534fd --- /dev/null +++ b/man/mts.conf.man @@ -0,0 +1 @@ +.so man5/mh-tailor.5 -- 1.7.10.4