gbranden pushed a commit to branch master
in repository groff.

commit 1609a29e76db9c5b57021118e590981f69754596
Author: G. Branden Robinson <[email protected]>
AuthorDate: Mon Sep 19 17:08:21 2022 -0500

    groff_char(7): Fix content nit.
    
    The leader character is also part of the fundamental character set;
    there is no alternative means of directly expressing it.
---
 man/groff_char.7.man | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/man/groff_char.7.man b/man/groff_char.7.man
index a2f666bf9..ec4cd1f87 100644
--- a/man/groff_char.7.man
+++ b/man/groff_char.7.man
@@ -232,7 +232,8 @@ which is one reason it does not support UTF-8 natively.
 The ninety-four characters catalogued above,
 plus the space,
 tab,
-and newline,
+newline,
+and leader (Control+A),
 form the fundamental character
 set for
 .I groff

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

Reply via email to