Hi Alex,
At 2023-05-31T23:39:34+0200, Alejandro Colomar wrote:
> Will do; thanks for the link.
...and there it is! Savannah #64267.
> mandoc(1) warns about empty paragraphs. I believe it should warn in
> this case too.
>
> $ cat ip.man
> .TH A s 2000-02-02 f
> .SH Foo
> .IP
> foo
> .IP
> .SH
Hi Branden!
On 5/31/23 22:58, G. Branden Robinson wrote:
> Hi Alex,
>
> At 2023-05-22T18:40:28+0200, Alejandro Colomar wrote:
>> I had a typo in a man(7) page where for some reason I slipped an .IP
>> in the wrong place. I had no warnings about that IP. Neither
>> groff(1) nor mandoc(1) complai
Hi Alex,
At 2023-05-22T18:40:28+0200, Alejandro Colomar wrote:
> I had a typo in a man(7) page where for some reason I slipped an .IP
> in the wrong place. I had no warnings about that IP. Neither
> groff(1) nor mandoc(1) complained about it. And BTW, mandoc(1)'s
> behavior seems the right one