CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected]        2019/05/05 16:26:32

Modified files:
        gnu/usr.bin/perl/cpan/Pod-Perldoc/lib/Pod/Perldoc: ToMan.pm 

Log message:
The perldoc(1) program wants to support the MANWIDTH environment
variable and fall back to what stty(1) reports, and it does so with
nroff(1), but it didn't with mandoc(1) because it didn't know how
to pass the desired width to mandoc.  Teach it to use "-O width=".
OK afresh1@.

I noticed the unimplemented feature when Andrew Daugherity asked
on tech@ what the point of a certain patch in FreeBSD is (which it
turns out we don't need).

Reply via email to