gbranden pushed a commit to branch master
in repository groff.

commit 0297571c38c01b295faecac84a0f68e943b32e4c
Author: G. Branden Robinson <[email protected]>
AuthorDate: Sat Apr 25 18:17:52 2026 -0500

    [doc,man]: Clarify glyph resolution process.
    
    Also fix Texinfo markup goof introducing a spurious word.
---
 doc/groff.texi.in | 4 ++--
 man/groff.7.man   | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/doc/groff.texi.in b/doc/groff.texi.in
index b6c6dc94e..21e543345 100644
--- a/doc/groff.texi.in
+++ b/doc/groff.texi.in
@@ -13135,9 +13135,9 @@ and apply this procedure to each character in its 
definition.
 @item
 Finally,
 iterate through the list of mounted fonts by position;
-recall @xref{Font Positions}.
+recall @ref{Font Positions}.
 For each mounted font,
-if that font bears the
+if that font's description bears the
 @code{special}
 directive,@footnote{@xref{Device and Font Description Files}.}
 check it for a glyph corresponding to the character.
diff --git a/man/groff.7.man b/man/groff.7.man
index 778a0c1a5..abcc86b33 100644
--- a/man/groff.7.man
+++ b/man/groff.7.man
@@ -8534,10 +8534,10 @@ and apply this procedure to each character in its 
definition.
 .IP \[bu]
 Finally,
 iterate through the list of mounted fonts by position.
-.\" recall @xref{Font Positions}.
+.\" recall @ref{Font Positions}.
 .
 For each mounted font,
-if that font bears the
+if that font's description bears the
 .B \%special
 directive
 (see

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

Reply via email to