gbranden pushed a commit to branch master
in repository groff.

commit 4def7dc6a9b560716b91a681de73ddb938f4153b
Author: G. Branden Robinson <[email protected]>
AuthorDate: Mon Jul 20 23:09:04 2026 -0500

    doc/ms.ms.in: Defeat stranded line by cheating.
---
 doc/ms.ms.in | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/doc/ms.ms.in b/doc/ms.ms.in
index 9c13b6125..86872fa2e 100644
--- a/doc/ms.ms.in
+++ b/doc/ms.ms.in
@@ -4244,6 +4244,10 @@ command includes
 .if t \{\
 .  br
 .  bp
+.  \" BEGIN hideous cheat to avoid a lone stranded line at the end of
+.  \" this section on U.S. letter paper
+.  nr saved-PD \n[PD]
+.  nr PD 0.225v
 .\}
 .NH 1
 Differences from historical
@@ -4563,6 +4567,11 @@ Berkeley and
 do.
 .
 .
+.if t \{\
+.  \" END hideous cheat to avoid a lone stranded line at the end of
+.  \" this section on U.S. letter paper
+.  nr PD \n[saved-PD]
+.\}
 .\" XXX: We can't use a keep here because the wrong page number will be
 .\" recorded in the table of contents; see Savannah #63159.
 .\"KS

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

Reply via email to