Robert Watson <[email protected]> wrote: > I'm guessing this relates to nroff/groff tweaks, but I was a bit unhappy to > learn that the command I've used for the last decade to render man pages > while > editing them (nroff -mandoc foo.1 | more) no longer works (output below).
nroff -c -mandoc foo.1 should work as expected. -- Christian "naddy" Weisgerber [email protected] _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to "[email protected]"
