[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[groff] 06/06: doc/groff.texi: Recast "Debugging" section.
From: |
G. Branden Robinson |
Subject: |
[groff] 06/06: doc/groff.texi: Recast "Debugging" section. |
Date: |
Sat, 23 Sep 2023 09:41:22 -0400 (EDT) |
gbranden pushed a commit to branch master
in repository groff.
commit 330f90485dfa57c723bd0e4b918f170b8f922a78
Author: G. Branden Robinson <g.branden.robinson@gmail.com>
AuthorDate: Fri Sep 22 09:35:31 2023 -0500
doc/groff.texi: Recast "Debugging" section.
---
doc/groff.texi | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/doc/groff.texi b/doc/groff.texi
index 444fa9f1a..9487a5f4a 100644
--- a/doc/groff.texi
+++ b/doc/groff.texi
@@ -16807,12 +16807,12 @@ with a failure status.
@Defreq {ex, }
@cindex @code{ex} request, use in debugging
@cindex exiting (@code{ex})
-Exit GNU @code{troff}; that is, stop processing and terminate with a
-successful status. To stop processing only the current file, use the
+Exit GNU @code{troff}; that is, stop processing and terminate
+successfully. To stop processing only the current file, use the
@code{nx} request; see @ref{I/O}.
@endDefreq
-When doing something involved, it is useful to leave the debugging
+When doing something complicated, it is useful to leave the debugging
statements in the code and have them turned on by a command-line flag.
@Example
@@ -16827,9 +16827,9 @@ register.
groff -rDB=1 @slanted{file}
@endExample
-If it is known in advance that there are many errors and no useful
-output, GNU @code{troff} can be forced to suppress formatted output with
-the @option{-z} option.
+If you know in advance that there are many errors and no useful output,
+or are interested @emph{only} in diagnostic output, you can suppress GNU
+@code{troff}'s formatted output with its @option{-z} option.
@Defreq {pev, }
@cindex dumping environments (@code{pev})
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [groff] 06/06: doc/groff.texi: Recast "Debugging" section.,
G. Branden Robinson <=