groff-commit
[Top][All Lists]
Advanced

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

[groff] 14/20: groff_man*(7): Fix style and markup nits.


From: G. Branden Robinson
Subject: [groff] 14/20: groff_man*(7): Fix style and markup nits.
Date: Mon, 21 Oct 2024 20:14:53 -0400 (EDT)

gbranden pushed a commit to branch master
in repository groff.

commit 9a5fb24094501f40ac2265b9a89190ffc2fa18b5
Author: G. Branden Robinson <g.branden.robinson@gmail.com>
AuthorDate: Sat Oct 19 04:26:55 2024 -0500

    groff_man*(7): Fix style and markup nits.
    
    * Favor active voice over passive.
    * Clean up the line-unstranding kludge.  (It's still a kludge, but now
      it assumes less.)
---
 tmac/groff_man.7.man.in | 16 ++++++++++++----
 1 file changed, 12 insertions(+), 4 deletions(-)

diff --git a/tmac/groff_man.7.man.in b/tmac/groff_man.7.man.in
index e1991a709..ccc16a52e 100644
--- a/tmac/groff_man.7.man.in
+++ b/tmac/groff_man.7.man.in
@@ -1012,7 +1012,11 @@ _endif()dnl
 .\" ====================================================================
 .
 _ifnotstyle()dnl
-.if t .nr PD 0.3125v \" Unstrand line.  Oh, the shame.
+.if t \{\
+.  \" Unstrand line.  What sins we commit for attractive page layout...
+.  nr old-PD \n[PD]
+.  nr PD 0.3125v
+.\}
 _endif()dnl
 Use
 .B .SY
@@ -1107,7 +1111,11 @@ call is reused by the next
 .B .SY
 call instead of being computed.
 _ifnotstyle()dnl
-.if t .nr PD 0.4v \" Undo kludge.
+.if t \{\
+.  \" Undo kludge.
+.  nr PD \n[old-PD]u
+.  rr old-PD
+.\}
 _endif()dnl
 _ifstyle()dnl
 .
@@ -4501,9 +4509,9 @@ _endif()dnl
 .SH Authors
 .\" ====================================================================
 .
-The initial GNU implementation of the
+James Clark wrote the initial GNU implementation of the
 .I man
-macro package was written by James Clark. \" by 1.01
+macro package.  \" by 1.01
 .
 Later,
 .MT wl@\:gnu\:.org



reply via email to

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