groff
[Top][All Lists]
Advanced

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

Re: amusing bug


From: Ralph Corderoy
Subject: Re: amusing bug
Date: Tue, 17 Mar 2020 13:10:31 +0000

Hi Doug,

> For a good time, try
>       groff -o /dev/null
> I have reported this to bug-groff

I get

    $ groff -o /dev/null
    troff: bad output page list
    ^D
    $

I think that's correct.  It passes it on to troff:

    $ groff -V -o /dev/null
    troff -o/dev/null -Tps | grops
    $ 

And troff's -o wants the page numbers to output.

It's happier with

    $ groff -o 42,314 </dev/null
    $

Were you thinking groff's -o is like sort's?

-- 
Cheers, Ralph.



reply via email to

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