summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorG. Branden Robinson <g.branden.robinson@gmail.com>2023-05-03 07:09:54 -0500
committerG. Branden Robinson <g.branden.robinson@gmail.com>2023-05-04 13:12:03 -0500
commit29a89cbdba1de11e46f8938de82c7d4e9ef829ab (patch)
tree5756a01f1d43f3c908e387c0ccfbbef1e7f19c36
parenta9460ab332c7456f72ef300209bf7d89883b283c (diff)
downloadgroff-git-29a89cbdba1de11e46f8938de82c7d4e9ef829ab.tar.gz
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.)
-rw-r--r--man/groff.7.man6
1 files 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