groff-commit
[Top][All Lists]
Advanced

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

[groff] 27/37: tbl(1): Fix style nit in example.


From: G. Branden Robinson
Subject: [groff] 27/37: tbl(1): Fix style nit in example.
Date: Fri, 27 Sep 2024 01:18:13 -0400 (EDT)

gbranden pushed a commit to branch master
in repository groff.

commit 68f54f4bafdec700f9bbc2b3cdcc3726252ca74c
Author: G. Branden Robinson <g.branden.robinson@gmail.com>
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



reply via email to

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