groff-commit
[Top][All Lists]
Advanced

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

[groff] 05/09: groff_man_style(7): Fix man.local example error.


From: G. Branden Robinson
Subject: [groff] 05/09: groff_man_style(7): Fix man.local example error.
Date: Thu, 31 Mar 2022 07:23:34 -0400 (EDT)

gbranden pushed a commit to branch master
in repository groff.

commit 28e86c7d8b929986939ed3a6204dfe4a17ca1dbe
Author: G. Branden Robinson <g.branden.robinson@gmail.com>
AuthorDate: Thu Mar 31 15:57:11 2022 +1100

    groff_man_style(7): Fix man.local example error.
    
    Add scaling unit to comparison operand.  Without it, much narrower
    requested line lengths would be expanded to 78n, due to "78" being
    interpreted in basic units.
---
 tmac/groff_man.7.man.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tmac/groff_man.7.man.in b/tmac/groff_man.7.man.in
index b27b2658..a50c9f5a 100644
--- a/tmac/groff_man.7.man.in
+++ b/tmac/groff_man.7.man.in
@@ -3574,7 +3574,7 @@ _ifstyle()dnl
 \&.\e" Put only one space after the end of a sentence.
 \&.ss 12 0 \e" See groff(@MAN7EXT@).
 \&.\e" Keep pages narrow even on wide terminals.
-\&.if n .if \(rsn[LL]>78 .nr LL 78n
+\&.if n .if \(rsn[LL]>78n .nr LL 78n
 \&.\e" Ensure hyperlinks are enabled for terminals.
 \&.nr U 1
 .EE



reply via email to

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