groff
[Top][All Lists]
Advanced

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

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


From: Peng Yu
Subject: Re: What is the difference between GNU groff and Mac OS X groff
Date: Mon, 13 Apr 2020 17:46:16 -0500

OK. This works. Thanks.

{ echo ".ll 14.2i"; echo ".nr LL 14.2i"; cat
'/usr/share/man/man1/man.1'; } | tbl | GROFF_NO_SGR=yes groff -Wall
-mtty-char -Tascii -mandoc -c | less -is

So, that is the change between 1.19.2 and 1.22.4?

$ /usr/bin/groff --version | head -n 1
GNU groff version 1.19.2
$ groff --version | head -n 1
GNU groff version 1.22.4


On 4/13/20, Tadziu Hoffmann <address@hidden> wrote:
>
>> 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?
>
>
> Do
>
>   export GROFF_NO_SGR=yes
>
> in the shell and then try your groff command again.
>
>
>
>


-- 
Regards,
Peng



reply via email to

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