Man Page BSD-ism And Terminal Width

derek thomas derekmthomas at outlook.com
Wed May 3 18:22:09 UTC 2017


Not all man pages on my system fit the width of my terminal. The MANWIDTH variable as described in man(1) should be the solution, but I've discovered that many if not all man page sources in base at least don't seem to respect the  variable.  As though width was hard-coded.   Other sources do respect it, such as /usr/share/man/man1/nroff.1.gz, and notably others in ports. So I suppose there is some FreeBSD-ism going on in the source format.

I ruled out my processing pipeline.
nroff -man [sourcefile] demonstrates the same differences in files.

Should I dig further for a proper man-macro code fix? Or am I overlooking something?  Is this expected behaviour?

Thanks


More information about the freebsd-questions mailing list