gbranden pushed a commit to branch master
in repository groff.

commit ff2c96a3cd6c8608569d9f95f5afe42f99b93ab6
Author: G. Branden Robinson <[email protected]>
AuthorDate: Mon Sep 19 16:44:16 2022 -0500

    groff_ms(7): Fix content and markup nits.
    
    Document that the paragraph distance `\n[PD]` is _not_ applied adjacent
    to display boundaries (\n[DD] overrides it.)
    
    Also adjust dead-tree pagination--another poor man's keep.  I'll make a
    case for KS and KE in man(7) yet.
---
 tmac/groff_ms.7.man | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/tmac/groff_ms.7.man b/tmac/groff_ms.7.man
index 1f9b8b28b..8a1713924 100644
--- a/tmac/groff_ms.7.man
+++ b/tmac/groff_ms.7.man
@@ -689,7 +689,8 @@ All paragraphing macro calls cause the insertion of 
vertical space in
 the amount stored in the
 .B PD
 register,
-except at page or column breaks.
+except at page or column breaks,
+or adjacent to displays.
 .
 .
 .PP
@@ -2845,6 +2846,8 @@ Larry Kollar
 .ME .
 .
 .
+.br
+.ne 8v
 .\" ====================================================================
 .SH "See also"
 .\" ====================================================================

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

Reply via email to