gbranden pushed a commit to branch master
in repository groff.

commit 1b12a8db94b400a2b448f7cf9209c8ff7430c116
Author: G. Branden Robinson <[email protected]>
AuthorDate: Sat Apr 25 09:16:57 2026 -0500

    doc/groff.texi.in: Fix style nits.
    
    * Drop spurious period.
    * Drop redundant adjective.
---
 doc/groff.texi.in | 14 ++++++--------
 1 file changed, 6 insertions(+), 8 deletions(-)

diff --git a/doc/groff.texi.in b/doc/groff.texi.in
index 2236932bc..c03c25c8a 100644
--- a/doc/groff.texi.in
+++ b/doc/groff.texi.in
@@ -13477,7 +13477,7 @@ and drawn lower than the underscore @samp{_}.
 @cindex properties of characters (@code{cflags})
 Assign properties encoded by non-negative integer
 @var{n}
-to each character or class@footnote{@xref{Character Classes}.}.
+to each character or class@footnote{@xref{Character Classes}.}
 @var{c}.
 Spaces need not separate
 @var{c}
@@ -13491,14 +13491,12 @@ special,
 or
 indexed,
 have certain associated properties.
-The first argument is the sum of the desired flags and the remaining
-arguments are the characters to be assigned those properties.
-arguments.
-
-The non-negative integer
+The argument
 @var{n}
-is the sum of any of the following.
-Some combinations are nonsensical,
+is the sum of the desired flags
+and the remaining arguments are the characters
+to be assigned those properties.
+Some property combinations are nonsensical,
 such as
 @samp{33}
 (1 + 32).

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

Reply via email to