Some changes to achieve the following MAN2TXT commands... If groff version is 1.23 or greater: nroff -man -Tascii -P -cbou If groff version is less than 1.23: nroff -man -Tascii -c | col -b If non-groff nroff: nroff -man | col -b Closes #1153 again.
Some changes to achieve the following MAN2TXT commands... If groff version is 1.23 or greater: nroff -man -Tascii -P -cbou If groff version is less than 1.23: nroff -man -Tascii -c | col -b If non-groff nroff: nroff -man | col -b Closes #1153 again.