groff-commit
[Top][All Lists]
Advanced

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

[groff] 20/49: [me]: don't use bold if \n(pf is >4 but not 8


From: G. Branden Robinson
Subject: [groff] 20/49: [me]: don't use bold if \n(pf is >4 but not 8
Date: Wed, 16 Jun 2021 19:53:20 -0400 (EDT)

gbranden pushed a commit to branch master
in repository groff.

commit a63cf719d4cb722cb9dae98b2784c51544c88587
Author: Michael J. Karels <karels>
AuthorDate: Wed Jan 4 10:54:00 1989 +0000

    [me]: don't use bold if \n(pf is >4 but not 8
    
    (allow pf to be, eg, 5)
    
    [The substantive portion of this patch was dropped; groff's me(7)
    implementation had refactored the underlying code away.  Here's the
    hunk.
    
      @@ -883,7 +883,7 @@
       .if \\n~>0 \
       \{\
       .        ul 0
      -.        if \\n~>4 \
      +.        if \\n~=8 \
       .                nr ~ \\n($b
       .        ft \\n~
       .\}
    
    -- GBR]
---
 tmac/e.tmac-u | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/tmac/e.tmac-u b/tmac/e.tmac-u
index 98998e9..b4e92b7 100644
--- a/tmac/e.tmac-u
+++ b/tmac/e.tmac-u
@@ -13,7 +13,7 @@
 .\" IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
 .\" WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
 .\"
-.\"    @(#)e.tmac      2.32 (Berkeley) 09/30/88
+.\"    @(#)e.tmac      2.33 (Berkeley) 01/04/89
 .\"
 .\"    Modified by James Clark for use with groff.
 .\"
@@ -28,7 +28,7 @@
 .\"*           Electronics Research Laboratory                 *
 .\"*           U.C. Berkeley.                                  *
 .\"*                                                           *
-.\"*   VERSION 2.32    First Release: 11 Sept 1978             *
+.\"*   VERSION 2.33    First Release: 11 Sept 1978             *
 .\"*                                                           *
 .\"*   Documentation is available.                             *
 .\"*                                                           *



reply via email to

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