gbranden pushed a commit to branch master
in repository groff.

commit 2790310554c20d8e00fe30a6f86af4d915561d5f
Author: G. Branden Robinson <[email protected]>
AuthorDate: Fri Nov 14 07:15:21 2025 -0600

    tbl(1): Correct errors (1/2).
    
    The `p` column modifier configures the type size in points, not "scaled"
    (subdivided) points.
---
 src/preproc/tbl/tbl.1.man | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/src/preproc/tbl/tbl.1.man b/src/preproc/tbl/tbl.1.man
index 2e66072a2..bc75c96d6 100644
--- a/src/preproc/tbl/tbl.1.man
+++ b/src/preproc/tbl/tbl.1.man
@@ -884,13 +884,11 @@ with an optional leading sign must follow.
 .
 If unsigned,
 the type size is set to
-.IR n \~scaled
-points.
+.IR n \~points.
 .
 Otherwise,
 the type size is incremented or decremented per the sign by
-.IR n \~scaled
-points.
+.IR n \~points.
 .
 The use of a signed multi-digit number is a GNU extension.
 .

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

Reply via email to