gbranden pushed a commit to branch master
in repository groff.

commit 68f54f4bafdec700f9bbc2b3cdcc3726252ca74c
Author: G. Branden Robinson <[email protected]>
AuthorDate: Thu Sep 26 11:34:37 2024 -0500

    tbl(1): Fix style nit in example.
    
    Show reader how one can align the column specifiers into a grid for
    easier visual reasoning.
---
 src/preproc/tbl/tbl.1.man | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/preproc/tbl/tbl.1.man b/src/preproc/tbl/tbl.1.man
index 428412fc0..b30d78792 100644
--- a/src/preproc/tbl/tbl.1.man
+++ b/src/preproc/tbl/tbl.1.man
@@ -1790,7 +1790,7 @@ especially at first.
 \&.TS
 box center tab(#);
 Cb Cb
-L L.
+L  L.
 Ability#Application
 Strength#crushes a tomato
 Dexterity#dodges a thrown tomato
@@ -1807,7 +1807,7 @@ Charisma#sells tomato-based fruit salads to 
hypercarnivores
 .TS
 box center tab(#);
 Cb Cb
-L L.
+L  L.
 Ability#Application
 Strength#crushes a tomato
 Dexterity#dodges a thrown tomato

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

Reply via email to