groff-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[groff] 07/34: doc/groff.texi: Fix erroneous Texinfo command.


From: G. Branden Robinson
Subject: [groff] 07/34: doc/groff.texi: Fix erroneous Texinfo command.
Date: Thu, 2 Sep 2021 02:48:31 -0400 (EDT)

gbranden pushed a commit to branch master
in repository groff.

commit 3afc7f8826c59e9172a9b7405b3204969e19a23a
Author: G. Branden Robinson <g.branden.robinson@gmail.com>
AuthorDate: Mon Aug 23 19:41:19 2021 +1000

    doc/groff.texi: Fix erroneous Texinfo command.
    
    Use @xref instead of @ref.
---
 doc/groff.texi | 17 +++++++++--------
 1 file changed, 9 insertions(+), 8 deletions(-)

diff --git a/doc/groff.texi b/doc/groff.texi
index 6d502c1..b2935a7 100644
--- a/doc/groff.texi
+++ b/doc/groff.texi
@@ -13807,14 +13807,15 @@ end-of-input macro using the @code{am} request.
 In @code{roff} systems it is possible to format text as if for output,
 but instead of writing it immediately, one can @dfn{divert} the
 formatted text into a named storage area.  The same name space is used
-for such @emph{diversions} as for strings and macros; @ref{Identifiers}.
-Such text is sometimes said to be ``stored in a macro'', but this
-coinage obscures the important distinction between macros and strings on
-one hand and diversions on the other; the former store
-@emph{unformatted} input text, and the latter capture @emph{formatted}
-output.  Applications of diversions include ``keeps'' (preventing a page
-break from occurring at an inconvenient place by forcing a set of output
-lines to be set as a group), footnotes, tables of contents, and indices.
+for such @emph{diversions} as for strings and macros;
+@xref{Identifiers}.  Such text is sometimes said to be ``stored in a
+macro'', but this coinage obscures the important distinction between
+macros and strings on one hand and diversions on the other; the former
+store @emph{unformatted} input text, and the latter capture
+@emph{formatted} output.  Applications of diversions include ``keeps''
+(preventing a page break from occurring at an inconvenient place by
+forcing a set of output lines to be set as a group), footnotes, tables
+of contents, and indices.
 @cindex top-level diversion
 @cindex diversion, top-level
 For orthogonality it is said that GNU @code{troff} is in the



reply via email to

[Prev in Thread] Current Thread [Next in Thread]