[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[groff] 05/19: [doc,man]: Document pstream in debugging req list.
From: |
G. Branden Robinson |
Subject: |
[groff] 05/19: [doc,man]: Document pstream in debugging req list. |
Date: |
Sun, 22 Sep 2024 00:33:03 -0400 (EDT) |
gbranden pushed a commit to branch master
in repository groff.
commit e708343c92fb88a6023396a728d27965a2504c04
Author: G. Branden Robinson <g.branden.robinson@gmail.com>
AuthorDate: Tue Sep 17 09:52:37 2024 -0500
[doc,man]: Document pstream in debugging req list.
---
doc/groff.texi.in | 5 +++--
man/groff.7.man | 2 ++
man/groff_diff.7.man | 2 ++
3 files changed, 7 insertions(+), 2 deletions(-)
diff --git a/doc/groff.texi.in b/doc/groff.texi.in
index 092052382..1572bd9d1 100644
--- a/doc/groff.texi.in
+++ b/doc/groff.texi.in
@@ -17083,8 +17083,9 @@ exit codes respectively, to halt further processing
when continuing
would be fruitless. Examine the state of the formatter with requests
that write lists of defined names (macros, strings, and diversions),
colors, composite characters, environments, hyphenation codes and
-exceptions, registers, page location traps, and a list of output nodes
-corresponding to the pending input line to the standard error stream.
+exceptions, registers, open streams, page location traps, and a list of
+output nodes corresponding to the pending input line to the standard
+error stream.
@c END Keep parallel with section "Debugging" of groff(7).
@Defreq {lf, line [@Var{name}]}
diff --git a/man/groff.7.man b/man/groff.7.man
index 02917ed08..efeaf5c12 100644
--- a/man/groff.7.man
+++ b/man/groff.7.man
@@ -8537,6 +8537,8 @@ hyphenation exceptions
.RB ( .phw );
registers
.RB ( .pnr );
+open streams
+.RB ( .pstream );
page location traps
.RB ( .ptr );
and a list of output nodes corresponding to the pending input line
diff --git a/man/groff_diff.7.man b/man/groff_diff.7.man
index 7b27028b8..aa5e941ea 100644
--- a/man/groff_diff.7.man
+++ b/man/groff_diff.7.man
@@ -5523,6 +5523,8 @@ hyphenation exceptions
.RB ( phw ),
registers
.RB ( pnr ),
+open streams
+.RB ( .pstream ),
page location traps
.RB ( ptr ),
and a list of output nodes corresponding to the pending input
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [groff] 05/19: [doc,man]: Document pstream in debugging req list.,
G. Branden Robinson <=