groff
[Top][All Lists]
Advanced

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

Re: man page width limit and example indentation (was: rseq(2) man page)


From: G. Branden Robinson
Subject: Re: man page width limit and example indentation (was: rseq(2) man page)
Date: Wed, 11 Jan 2023 09:39:42 -0600

At 2023-01-10T13:03:14-0600, G. Branden Robinson wrote:
> 4.  In preparing the attached exhibit of all the above weirdness, I
>     noticed two further bugs.
> 
>     a.  I need to revisit my fix for Savannah #63449;[3] I'm still
>         seeing unnecessary drawing of vertical rules 1v above the top of
>         the table in circumstances where that isn't warranted (i.e.,
>         there is no intersection with a horizontal rule).  More cases
>         for the regression test.
[...]
> [3] https://savannah.gnu.org/bugs/index.php?63449

I've pushed a fix for this and it will be in groff 1.23.  The
description above is a little bit garbled, confused once again with the
highly annoying but difficult-to-fix Savannah #62471.

The thrust of matters is that

.TS
| L.
foo
.TE

now behaves the same as

.TS
L |.
foo
.TE

and

.TS
L | L.
foo
.TE

with respect to vertical space above the table.

See the URL above for details.

Regards,
Branden

Attachment: signature.asc
Description: PGP signature


reply via email to

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