<<< Date Index >>>     <<< Thread Index >>>

Re: Man page formatting on OpenBSD



Hi Will,

Will Yardley [Thu, Sep 15, 2005 at 09:30:28PM -0700] wrote:
>So can / should we install muttrc.5 as "muttrc.tbl" on OpenBSD?
>
>Doing this causes that section of TFM to render correctly, and AFAICT,
>doesn't cause any problems.
>
I've committed the following patch to the OpenBSD ports tree:

- cat $(srcdir)/muttrc.man.head - $(srcdir)/muttrc.man.tail\
- > muttrc.man
+ cat $(srcdir)/muttrc.man.head - $(srcdir)/muttrc.man.tail | \
+ tbl > muttrc.man

That makes the table in muttrc readable. Would be nice if this can go 
into mutt cvs.

Bernd