groff-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[groff] 05/23: groff(7): Clarify behavior of `lf` request.


From: G. Branden Robinson
Subject: [groff] 05/23: groff(7): Clarify behavior of `lf` request.
Date: Sat, 6 May 2023 20:58:16 -0400 (EDT)

gbranden pushed a commit to branch master
in repository groff.

commit 29a89cbdba1de11e46f8938de82c7d4e9ef829ab
Author: G. Branden Robinson <g.branden.robinson@gmail.com>
AuthorDate: Wed May 3 07:09:54 2023 -0500

    groff(7): Clarify behavior of `lf` request.
    
    It applies to the _next_ input line not the current one.  (This differs
    from AT&T troff and is documented as such in groff_diff(7) and our
    Texinfo manual.)
---
 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 6375708e8..a13b546a2 100644
--- a/man/groff.7.man
+++ b/man/groff.7.man
@@ -3413,14 +3413,14 @@ Disable line-tabs mode.
 .
 .TPx
 .REQ .lf "N"
-Set input line number to
+Set number of next input line to
 .IR N .
 .
 .TPx
 .REQ .lf "N file"
-Set input line number to
+Set number of next input line to
 .I N
-and filename to
+and input file name to
 .IR file .
 .
 .TPx



reply via email to

[Prev in Thread] Current Thread [Next in Thread]