gbranden pushed a commit to branch master
in repository groff.

commit 4916a95b73d18abc2cc83619adbdf2c4d9b5bf4b
Author: G. Branden Robinson <[email protected]>
AuthorDate: Sat Nov 12 07:23:24 2022 -0600

    groff_char(7): Fix layout nits.
    
    * Update poor man's keeps to `ne`ed 1v less of space when formatting for
      typesetters, because horizontal rules in tables don't eat a whole vee
      there.  Also drop reference to Savannah ticket resolved as invalid.
    * Give first boxed table some breathing room with the subsequent graf.
---
 man/groff_char.7.man | 20 ++++++++++++++------
 1 file changed, 14 insertions(+), 6 deletions(-)

diff --git a/man/groff_char.7.man b/man/groff_char.7.man
index 918dfebaf..a37d3a00e 100644
--- a/man/groff_char.7.man
+++ b/man/groff_char.7.man
@@ -272,6 +272,8 @@ Lf(CR).
 A B C D E F G H I J K L M N O P Q R S T U V W X Y Z [ ] _
 a b c d e f g h i j k l m n o p q r s t u v w x y z { | }
 .TE
+.\" The bottom border of that box is practically kissin' the tittles.
+.if t .sp 0.2v
 .
 The remaining seven of the ninety-four code points in this range
 surprise computing professionals and others intimately familiar with the
@@ -1020,7 +1022,8 @@ L Lf(CR) L Lx.
 .
 .
 .br
-.ne 5v \" This is one more vee than we really need; see Savannah #62265.
+.if t .ne 4v
+.if n .ne 5v \" account for horizontal rule
 .\" ====================================================================
 .SS "Ligatures and digraphs"
 .\" ====================================================================
@@ -1408,7 +1411,8 @@ L Lf(CR) L Lx.
 .
 .
 .br
-.ne 5v \" This is one more vee than we really need; see Savannah #62265.
+.if t .ne 4v
+.if n .ne 5v \" account for horizontal rule
 .\" ====================================================================
 .SS Arrows
 .\" ====================================================================
@@ -1510,7 +1514,8 @@ L Lf(CR) L Lx.
 .
 .
 .br
-.ne 5v \" This is one more vee than we really need; see Savannah #62265.
+.if t .ne 4v
+.if n .ne 5v \" account for horizontal rule
 .\" ====================================================================
 .SS "Text markers"
 .\" ====================================================================
@@ -1564,7 +1569,8 @@ L Lf(CR) L Lx.
 .
 .
 .br
-.ne 5v \" This is one more vee than we really need; see Savannah #62265.
+.if t .ne 4v
+.if n .ne 5v \" account for horizontal rule
 .\" ====================================================================
 .SS "Currency symbols"
 .\" ====================================================================
@@ -1587,7 +1593,8 @@ L Lf(CR) L Lx.
 .
 .
 .br
-.ne 5v \" This is one more vee than we really need; see Savannah #62265.
+.if t .ne 4v
+.if n .ne 5v \" account for horizontal rule
 .\" ====================================================================
 .SS Units
 .\" ====================================================================
@@ -1883,7 +1890,8 @@ L Lf(CR) L Lx.
 .
 .
 .br
-.ne 5v \" This is one more vee than we really need; see Savannah #62265.
+.if t .ne 4v
+.if n .ne 5v \" account for horizontal rule
 .\" ====================================================================
 .SS "Playing card symbols"
 .\" ====================================================================

_______________________________________________
Groff-commit mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/groff-commit

Reply via email to