gbranden pushed a commit to branch master
in repository groff.

commit 03608d9772f0b26cd90b3426d429d714564d34a9
Author: G. Branden Robinson <[email protected]>
AuthorDate: Sun Jan 25 01:42:18 2026 -0600

    doc/groff.texi.in: Adopt dynamic @g@ prefix (3/4).
    
    Update "GNU troff Internals" section/node.
---
 doc/groff.texi.in | 28 ++++++++++++++++++++--------
 1 file changed, 20 insertions(+), 8 deletions(-)

diff --git a/doc/groff.texi.in b/doc/groff.texi.in
index b6c106481..cf61d64ce 100644
--- a/doc/groff.texi.in
+++ b/doc/groff.texi.in
@@ -20567,14 +20567,26 @@ It contains these elements.
 
 @cindex @code{\v}, internal representation
 @noindent
-Elements 1, 7, and@tie{}8 are inserted by @command{@g@troff}; the latter
-two (which are always present) specify the vertical extent of the last
-line, possibly modified by @code{\x}.  The @code{br} request finishes
-the pending output line, inserting a newline token, which is
-subsequently converted to a space when the diversion is interpolated.
-Note that the word space node has a fixed width that isn't adjustable
-anymore.  To convert horizontal space nodes back into tokens, use
-the @code{unformat} request.
+@command{@g@troff}
+inserts elements 1,
+7,
+and@tie{}8;
+the latter two
+(which are always present)
+specify the vertical extent of the last line,
+possibly modified by @code{\x}.
+The
+@code{br}
+request finishes the pending output line,
+inserting a newline token,
+which is subsequently converted to a space
+when the diversion is interpolated.
+Note that the word space node
+has a fixed width that isn't adjustable anymore.
+To convert horizontal space nodes back into tokens,
+use the
+@code{unformat}
+request.
 
 Macros only contain elements in the token list (and the node list is
 empty); diversions and strings can contain elements in both lists.

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

Reply via email to