groff-commit
[Top][All Lists]
Advanced

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

[groff] 14/40: tbl(1): Fix style nits.


From: G. Branden Robinson
Subject: [groff] 14/40: tbl(1): Fix style nits.
Date: Mon, 12 Dec 2022 19:28:05 -0500 (EST)

gbranden pushed a commit to branch master
in repository groff.

commit 358ef64fdc94d0fedc8e8547384ee6c9a6254340
Author: G. Branden Robinson <g.branden.robinson@gmail.com>
AuthorDate: Sat Dec 10 03:50:50 2022 -0600

    tbl(1): Fix style nits.
    
    Be more consistent about applying a grammatical idiom when presenting
    descriptions of language elements.  Start with a sentence in the
    imperative mood to capture the sense of user intent or command.  Then
    explain details of operation with declarative sentences, often (but not
    always) in the passive voice.  I feel this is important to distinguish
    operations that are taken on the user's behalf from those we instruct a
    user to undertake to achieve the effect they desire.
---
 src/preproc/tbl/tbl.1.man | 27 ++++++++++++++++-----------
 1 file changed, 16 insertions(+), 11 deletions(-)

diff --git a/src/preproc/tbl/tbl.1.man b/src/preproc/tbl/tbl.1.man
index 246c26534..7f3d6a20e 100644
--- a/src/preproc/tbl/tbl.1.man
+++ b/src/preproc/tbl/tbl.1.man
@@ -531,25 +531,27 @@ Left-align entry within the column.
 .
 .TP
 .BR N ,\~ n
-Numerically align entry in the column;
-that is,
-align columns of numbers vertically at the units place.
+Numerically align entry in the column.
+.
+.I @g@tbl
+aligns columns of numbers vertically at the units place.
 .
 If multiple decimal separators are adjacent to a digit,
-use the rightmost one for vertical alignment.
+it uses the rightmost one for vertical alignment.
 .
 If there is no decimal separator,
-use the rightmost digit for vertical alignment;
+the rightmost digit is used for vertical alignment;
 otherwise,
-center the entry within the column.
+.I @g@tbl
+centers the entry within the column.
 .
 The non-printing input token
 .B \[rs]&
-in an entry treats the glyph preceding it
+in an entry marks the glyph preceding it
 (if any)
 as the units place;
 if multiple instances occur in the data,
-use the leftmost one for alignment.
+the leftmost is used for alignment.
 .
 .
 .IP
@@ -559,13 +561,14 @@ entries share a column with
 .B L
 or
 .BR R \~entries,
-center the widest
+.I @g@tbl
+centers the widest
 .BR N \~entry
 with respect to the widest
 .B L
 or
 .BR R \~entry,
-preserving the alignment of all
+preserving the alignment of
 .BR N \~entries
 with respect to each other.
 .
@@ -1531,7 +1534,9 @@ or divert it in any other way.
 Further,
 the
 .B bp
-request cannot be used to force a page break in a multi-page table.
+request will not cause a page break in a
+.RB \[lq] "TS H" \[rq]
+table.
 .
 Define a macro to wrap
 .BR bp :



reply via email to

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