gbranden pushed a commit to branch master
in repository groff.

commit d05117b10dc4e90eb027101040e77c85face3f63
Author: G. Branden Robinson <g.branden.robin...@gmail.com>
AuthorDate: Fri Mar 14 20:28:25 2025 -0500

    [doc,man]: Clarify `pnr` request behavior.
---
 doc/groff.texi.in    | 2 +-
 man/groff.7.man      | 2 +-
 man/groff_diff.7.man | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/doc/groff.texi.in b/doc/groff.texi.in
index aaf307797..89a83241e 100644
--- a/doc/groff.texi.in
+++ b/doc/groff.texi.in
@@ -17708,7 +17708,7 @@ strings, and diversions with their sizes in bytes.
 @cindex dumping registers (@code{pnr})
 @cindex registers, dumping (@code{pnr})
 Report the name and value and,
-if the value is numeric,
+if its type is numeric,
 the autoincrement amount and assigned format of each register
 @var{reg},
 or,
diff --git a/man/groff.7.man b/man/groff.7.man
index d96f7ef35..7aa77de78 100644
--- a/man/groff.7.man
+++ b/man/groff.7.man
@@ -4218,7 +4218,7 @@ assigned formats of all defined registers to the standard 
error stream.
 .TPx
 .REQ .pnr "reg \fR\&.\|.\|.\&\fP"
 Report the name and value and,
-if the value is numeric,
+if its type is numeric,
 the autoincrement amount and assigned format,
 of each register
 .I reg
diff --git a/man/groff_diff.7.man b/man/groff_diff.7.man
index a9b9fec24..8e806822a 100644
--- a/man/groff_diff.7.man
+++ b/man/groff_diff.7.man
@@ -3422,7 +3422,7 @@ The list is empty if there are none.
 .BR .pnr \~[\c
 .IR reg \~.\|.\|.]
 Report the name and value and,
-if the value is numeric,
+if its type is numeric,
 the autoincrement amount and assigned format of each register
 .IR reg ,
 or,

_______________________________________________
groff-commit mailing list
groff-commit@gnu.org
https://lists.gnu.org/mailman/listinfo/groff-commit

Reply via email to