gbranden pushed a commit to branch master
in repository groff.

commit f49146a042f6744893b1ff7d1d799e4400e315f9
Author: G. Branden Robinson <[email protected]>
AuthorDate: Mon Aug 24 23:18:41 2026 -0500

    [doc,man]: Clarify to reduce confusion.
    
    We must be more specific.
    
    .if \n[.f]=1 foo\f[]bar
    
    ...employs the `\f` escape sequence on the same input line as an `if` or
    `ie` request, if not "amid" multiple such escape sequences.
---
 doc/groff.texi.in    | 2 +-
 man/groff_diff.7.man | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/groff.texi.in b/doc/groff.texi.in
index 84777849d..6288dfdac 100644
--- a/doc/groff.texi.in
+++ b/doc/groff.texi.in
@@ -24367,7 +24367,7 @@ and
 requests,
 such a procedure cannot be performed amid
 @code{\f}
-sequences on an input line.
+sequences on a text line.
 
 @acronym{AT&T}
 @code{troff}'s @c AT&T
diff --git a/man/groff_diff.7.man b/man/groff_diff.7.man
index 24964db52..885bcb00f 100644
--- a/man/groff_diff.7.man
+++ b/man/groff_diff.7.man
@@ -6883,7 +6883,7 @@ and
 requests,
 such a procedure cannot be performed amid
 .B \[rs]f
-sequences on an input line.
+sequences on a text line.
 .
 .
 .P

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

Reply via email to