groff
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

What is the difference between GNU groff and Mac OS X groff


From: Peng Yu
Subject: What is the difference between GNU groff and Mac OS X groff
Date: Sun, 12 Apr 2020 13:27:54 -0500

 { 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]