gbranden pushed a commit to branch master
in repository groff.

commit 24dc31569eb7eb53c1fc792cd9ecc04c059ab184
Author: G. Branden Robinson <[email protected]>
AuthorDate: Mon May 25 14:11:02 2026 -0500

    doc/groff.texi.in: Tweak char defn request descs.
    
    * Favor "GNU troff" when speaking of GNU troff extensions; using the
      sed-substituted `@g@troff` can obscure discussion of extensions when
      the installation doesn't configure a command prefix.
    * Replace semicolon with comma.
---
 doc/groff.texi.in | 16 ++++++++++------
 1 file changed, 10 insertions(+), 6 deletions(-)

diff --git a/doc/groff.texi.in b/doc/groff.texi.in
index ac5b415b6..784ffdbf9 100644
--- a/doc/groff.texi.in
+++ b/doc/groff.texi.in
@@ -14226,8 +14226,8 @@ GNU
 @command{troff} @c GNU
 processes
 @var{contents}
-in a temporary environment and enscapsulates the result
-in a node;@footnote{@xref{GNU @command{troff} Internals}.}
+in a temporary environment and encapsulates the result
+in a node,@footnote{@xref{GNU @command{troff} Internals}.}
 disabling compatibility mode
 and treating
 @code{\}
@@ -14305,16 +14305,19 @@ X
 The
 @code{fchar}
 request defines a fallback glyph:@:
-@command{@g@troff}
+GNU
+@command{troff} @c GNU
 checks for glyphs defined with
 @code{fchar}
 only if it cannot find the glyph in the current font.
-@command{@g@troff}
+GNU
+@command{troff} @c GNU
 performs this test before checking special fonts.
 
 @code{fschar}
 defines a fallback glyph for font@tie{}@var{f}:@:
-@command{@g@troff}
+GNU
+@command{troff} @c GNU
 checks for glyphs defined with
 @code{fschar}
 after the list of fonts declared as font-specific special fonts
@@ -14330,7 +14333,8 @@ Finally,
 the
 @code{schar}
 request defines a global fallback glyph:@:
-@command{@g@troff}
+GNU
+@command{troff} @c GNU
 checks for glyphs defined with
 @code{schar}
 after the list of fonts declared as global special fonts

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

Reply via email to