groff-commit
[Top][All Lists]
Advanced

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

[groff] 08/25: [docs]: (Debugging): Fix content nit.


From: G. Branden Robinson
Subject: [groff] 08/25: [docs]: (Debugging): Fix content nit.
Date: Mon, 28 Mar 2022 12:08:19 -0400 (EDT)

gbranden pushed a commit to branch master
in repository groff.

commit 32b06b08a17ad01f76b8445b37672f28b9b1454b
Author: G. Branden Robinson <g.branden.robinson@gmail.com>
AuthorDate: Tue Mar 29 00:10:04 2022 +1100

    [docs]: (Debugging): Fix content nit.
    
    * Drop mention of "boxes" as objects in their own right.  See commit
      a7b20e601, 3 June.
    * Add synchronization comment brackets.
---
 doc/groff.texi  | 6 ++++--
 man/groff.7.man | 8 +++++---
 2 files changed, 9 insertions(+), 5 deletions(-)

diff --git a/doc/groff.texi b/doc/groff.texi
index 437a5955..581a4e01 100644
--- a/doc/groff.texi
+++ b/doc/groff.texi
@@ -15775,6 +15775,7 @@ restore tokens are removed.
 
 @c =====================================================================
 
+@c BEGIN Keep parallel with section "Debugging" of groff(7).
 @node Debugging, Implementation Differences, Gtroff Internals, gtroff Reference
 @section Debugging
 @cindex debugging
@@ -15801,9 +15802,10 @@ messages or for instrumentation while troubleshooting. 
 The @code{ex}
 and @code{ab} requests cause early termination with successful and error
 exit codes respectively, to halt further processing when continuing
 would be fruitless.  The state of the formatter can be examined with
-requests that write lists of defined names (macros, strings, diversions,
-or boxes), environments, registers, and page location traps to the
+requests that write lists of defined names (macros, strings, and
+diversions), environments, registers, and page location traps to the
 standard error stream.
+@c END Keep parallel with section "Debugging" of groff(7).
 
 @Defreq {lf, line [@Var{filename}]}
 @pindex soelim
diff --git a/man/groff.7.man b/man/groff.7.man
index 1349ad90..c62cd45d 100644
--- a/man/groff.7.man
+++ b/man/groff.7.man
@@ -6236,6 +6236,7 @@ see
 .SH Debugging
 .\" ====================================================================
 .
+.\" BEGIN Keep (roughly) parallel with groff.texi node "Debugging".
 .I groff
 is not the easiest language to debug,
 in part thanks to its design features of recursive interpolation and the
@@ -6286,10 +6287,10 @@ respectively,
 to halt further processing when continuing would be fruitless.
 .
 The state of the formatter can be examined with requests that write
-lists of defined macros,
+lists of defined names\[em]macros,
 strings,
-and diversions
-.RB ( .pm );
+and
+.RB diversions\[em]( .pm );
 environments
 .RB ( .pev ),
 registers
@@ -6297,6 +6298,7 @@ registers
 and page location traps
 .RB ( .ptr )
 to the standard error stream.
+.\" END Keep (roughly) parallel with groff.texi node "Debugging".
 .
 .
 .\" ====================================================================



reply via email to

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