gbranden pushed a commit to branch master
in repository groff.

commit a372ec7bcb3d21023c2d69b0b76b46bcbb8ba40c
Author: G. Branden Robinson <[email protected]>
AuthorDate: Tue Dec 3 01:53:38 2024 -0600

    tbl(1): Commit crimes against consistency.
    
    ...for the sake of pleasant layout.  Now the second example fits on the
    same (U.S. letter) page as its source.
---
 src/preproc/tbl/tbl.1.man | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)

diff --git a/src/preproc/tbl/tbl.1.man b/src/preproc/tbl/tbl.1.man
index b94ceb90d..e08010c73 100644
--- a/src/preproc/tbl/tbl.1.man
+++ b/src/preproc/tbl/tbl.1.man
@@ -1818,6 +1818,11 @@ especially at first.
 .\" output.  Recast with care.
 .RS
 .P
+.\" More sinning to fit the examples on 1 U.S. letter page.
+.if t \{\
+.  ps 9
+.  vs 11
+.\}
 .EX
 \&.TS
 box center tab(#);
@@ -1833,6 +1838,10 @@ Charisma#sells tomato-based fruit salads to 
hypercarnivores
 \&.TE
 .EE
 .RE
+.if t \{\
+.  ps
+.  vs
+.\}
 .
 .
 .P
@@ -1861,6 +1870,11 @@ description.
 .
 .RS
 .P
+.\" More sinning to fit the examples on 1 U.S. letter page.
+.if t \{\
+.  ps 9
+.  vs 11
+.\}
 .EX
 \&.TS
 center tab(;);
@@ -1882,6 +1896,10 @@ Total;\[rs][ti]24.4
 \&.TE
 .EE
 .RE
+.if t \{\
+.  ps
+.  vs
+.\}
 .
 .
 .RS

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

Reply via email to