gbranden pushed a commit to branch master
in repository groff.

commit 288b39e10ea9c0fe43540b23241865985c4185bd
Author: G. Branden Robinson <[email protected]>
AuthorDate: Tue Jul 9 07:27:52 2024 -0500

    groff(7): Clarify two-argument `lf` request.
    
    This "file name" really is just a string.  No file system access occurs.
---
 man/groff.7.man | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/man/groff.7.man b/man/groff.7.man
index 9a3b0a8e5..56f22e8e1 100644
--- a/man/groff.7.man
+++ b/man/groff.7.man
@@ -3613,11 +3613,11 @@ Set number of next input line to
 .\" XXX: negative values accepted; check AT&T troff
 .
 .TPx
-.REQ .lf "n file"
+.REQ .lf "n file-name"
 Set number of next input line to
 .I n
-and input file name to
-.IR file .
+and report input file name as
+.IR file-name .
 .
 .TPx
 .REQ .lg m

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

Reply via email to