]> diplodocus.org Git - nmh/commitdiff
Turns out those warnings for ali(1) actually happen when the prefix is
authorKen Hornstein <kenh@pobox.com>
Tue, 2 Dec 2014 18:00:47 +0000 (13:00 -0500)
committerKen Hornstein <kenh@pobox.com>
Tue, 2 Dec 2014 18:00:47 +0000 (13:00 -0500)
33 characters, not 35.

test/manpages/test-manpages

index 315754b2bf5011f29f899c476f7cfa92d9b90ae7..6b2ee95a9add941f2780dfe984c0909ae5c036dd 100755 (executable)
@@ -37,7 +37,7 @@ warnings="-ww"
 #### If the prefix is too long, groff will report that it can't break
 #### the `aliasfiles' line in ali.1.
 length=`echo $prefix | awk '{print length($0)}'`
 #### If the prefix is too long, groff will report that it can't break
 #### the `aliasfiles' line in ali.1.
 length=`echo $prefix | awk '{print length($0)}'`
-[ $length -gt 35 ]  &&  warnings="${warnings} -Wbreak"
+[ $length -gt 32 ]  &&  warnings="${warnings} -Wbreak"
 
 #### OpenBSD's mandoc spits out a lot of "unbalance .el request" warnings;
 #### -Wel suppresses them.
 
 #### OpenBSD's mandoc spits out a lot of "unbalance .el request" warnings;
 #### -Wel suppresses them.