gbranden pushed a commit to branch master
in repository groff.

commit 4068099b04ca1936e5016f7dc3d800e28b96daa0
Author: G. Branden Robinson <[email protected]>
AuthorDate: Sat Jan 3 07:16:30 2026 -0600

    [doc,man]: Migrate `\B` to "input" term.
    
    Continues the long process of fixing Savannah #65976.
---
 doc/groff.texi.in    | 9 ++++++---
 man/groff.7.man      | 4 ++--
 man/groff_diff.7.man | 4 ++--
 3 files changed, 10 insertions(+), 7 deletions(-)

diff --git a/doc/groff.texi.in b/doc/groff.texi.in
index 45bf894fc..326504d96 100644
--- a/doc/groff.texi.in
+++ b/doc/groff.texi.in
@@ -7169,11 +7169,14 @@ In the foregoing example, we've used the @code{\Z} 
escape sequence
 (@pxref{Page Motions}) to restore the drawing position after formatting
 @samp{C}, then moved vertically to the first text baseline on the page.
 
-@Defesc {\\B, @code{'}, anything, @code{'}}
+@Defesc {\\B, @code{'}, input, @code{'}}
 @cindex numeric expression, valid
 @cindex valid numeric expression
-Interpolate@tie{}1 if @var{anything} is a valid numeric expression,
-and@tie{}0 otherwise.  The delimiter need not be a neutral apostrophe;
+Interpolate@tie{}1 if
+@var{input}
+is a valid numeric expression,
+and@tie{}0 otherwise.
+The delimiter need not be a neutral apostrophe;
 see @ref{Delimiters}.
 @endDefesc
 
diff --git a/man/groff.7.man b/man/groff.7.man
index 395f56fc6..1b5ba6095 100644
--- a/man/groff.7.man
+++ b/man/groff.7.man
@@ -5884,9 +5884,9 @@ vertically,
 and center it vertically on the output line.
 .
 .TP
-.ESCq B anything
+.ESCq B input
 Interpolate 1 if
-.I anything
+.I input
 is a valid numeric expression,
 and\~0 otherwise.
 .
diff --git a/man/groff_diff.7.man b/man/groff_diff.7.man
index 6b044b344..9df1a59e1 100644
--- a/man/groff_diff.7.man
+++ b/man/groff_diff.7.man
@@ -870,9 +870,9 @@ to validate a macro argument before using it to construct 
another escape
 sequence or identifier.
 .
 .TP
-.BI \[rs]B\[aq] anything \[aq]
+.BI \[rs]B\[aq] input \[aq]
 Interpolate 1 if
-.I anything
+.I input
 is a valid numeric expression,
 and\~0 otherwise.
 .

_______________________________________________
groff-commit mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/groff-commit

Reply via email to