gbranden pushed a commit to branch master
in repository groff.

commit cfcb9e539e7d9d94c48cdcba9ad05670e008f773
Author: G. Branden Robinson <[email protected]>
AuthorDate: Fri Nov 14 07:16:52 2025 -0600

    tbl(1): Correct errors (2/2).
    
    A `z` modifier need not apply to an entire column, but only a subset of
    rows, as can happen when multiple row descriptions are used.
    
    Consider:
    
    Lb Ri
    C  Lz.
---
 src/preproc/tbl/tbl.1.man | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/preproc/tbl/tbl.1.man b/src/preproc/tbl/tbl.1.man
index bc75c96d6..96bb8cee8 100644
--- a/src/preproc/tbl/tbl.1.man
+++ b/src/preproc/tbl/tbl.1.man
@@ -1082,7 +1082,7 @@ updating the width required by its corresponding column.
 .
 If the
 .B z
-modifier applies to the column,
+modifier applies to the entry,
 this measurement is ignored;
 if
 .B w

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

Reply via email to