groff-commit
[Top][All Lists]
Advanced

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

[groff] 05/28: [docs]: Fix thinko.


From: G. Branden Robinson
Subject: [groff] 05/28: [docs]: Fix thinko.
Date: Mon, 14 Feb 2022 01:46:51 -0500 (EST)

gbranden pushed a commit to branch master
in repository groff.

commit 90b992af699c5f494086af76096b8aab48f866c4
Author: G. Branden Robinson <g.branden.robinson@gmail.com>
AuthorDate: Mon Feb 7 11:29:53 2022 +1100

    [docs]: Fix thinko.
---
 doc/groff.texi | 2 +-
 man/roff.7.man | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/groff.texi b/doc/groff.texi
index 5a608f93..f6be7efd 100644
--- a/doc/groff.texi
+++ b/doc/groff.texi
@@ -5532,7 +5532,7 @@ next text baseline automatically.  If the formatter was 
already writing
 to the last line that would fit on the page, advancing by one vee would
 place the next text baseline off the page.  Rather than let that happen,
 @code{roff} formatters instruct the output driver to eject the page,
-start a new one, and reset the drawing position to one vee above the
+start a new one, and reset the drawing position to one vee below the
 page top again; this is called a @dfn{page break}.
 
 When the last line of input text is also the last output line that can
diff --git a/man/roff.7.man b/man/roff.7.man
index 5caae706..be4cd281 100644
--- a/man/roff.7.man
+++ b/man/roff.7.man
@@ -479,7 +479,7 @@ Rather than let that happen,
 .I roff
 formatters instruct the output driver to eject the page,
 start a new one,
-and reset the drawing position to one vee above the page top again;
+and reset the drawing position to one vee below the page top again;
 this is called a
 .I page break.
 .



reply via email to

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