diff options
author | Eivind Eklund <eivind@FreeBSD.org> | 1998-10-01 20:29:46 +0000 |
---|---|---|
committer | Eivind Eklund <eivind@FreeBSD.org> | 1998-10-01 20:29:46 +0000 |
commit | 001cd474a831413cfaacff8430e82f77a2e1dffb (patch) | |
tree | f6965c5497090c45d4ad283899f45a408c07bc7a /mail/mutt-devel/files/extra-patch-doc-ref | |
parent | Elfify (diff) |
Reference ${PREFIX}/share/doc/mutt/ in the manpage (though only if we
install the docs).
OK'ed by: obrien
Diffstat (limited to '')
-rw-r--r-- | mail/mutt-devel/files/extra-patch-doc-ref | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/mail/mutt-devel/files/extra-patch-doc-ref b/mail/mutt-devel/files/extra-patch-doc-ref new file mode 100644 index 000000000000..ee044b188b0b --- /dev/null +++ b/mail/mutt-devel/files/extra-patch-doc-ref @@ -0,0 +1,12 @@ +--- doc/mutt.man.orig Mon Jul 13 12:50:38 1998 ++++ doc/mutt.man Thu Oct 1 22:15:40 1998 +@@ -20,7 +20,8 @@ + .SH DESCRIPTION + Mutt is a small but very powerful text based program for reading electronic + mail under unix operating systems, including support color terminals, MIME, +-and a threaded sorting mode. ++and a threaded sorting mode. Details of how to use all of this is ++available in \fI${PREFIX}/share/doc/mutt/\fP. + .SH OPTIONS + .IP "-a \fIfile\fP" + Attach a file to your message using MIME. |