{ echo ".ll 14.2i"; echo ".nr LL 14.2i"; cat '/usr/share/man/man1/man.1'; } | tbl | /usr/bin/groff -Wall -mtty-char -Tascii -mandoc -c | less -is
When I use the above command (Mac OS X groff), it works fine. { echo ".ll 14.2i"; echo ".nr LL 14.2i"; cat '/usr/share/man/man1/man.1'; } | tbl | groff -Wall -mtty-char -Tascii -mandoc -c | less -is When I use the above command (GNU groff), I see something like this. ESC[1m-M pathESC[0m What options are needed to make GNU groff behave the same as Mac OS X groff? Thanks. -- Regards, Peng