From: Ken Hornstein Date: Tue, 2 Dec 2014 18:12:45 +0000 (-0500) Subject: Merge commit '8206fbf', due to my screwup of committing it on a detached X-Git-Url: https://diplodocus.org/git/nmh/commitdiff_plain/d6b2ae5fa68b9a82ffc006c233aef64c5cdb3bd2?hp=330bdf62c6e0c6d426cfbb3ae9a3579452e76d68 Merge commit '8206fbf', due to my screwup of committing it on a detached HEAD after a git-bisect. --- diff --git a/test/manpages/test-manpages b/test/manpages/test-manpages index 315754b2..6b2ee95a 100755 --- a/test/manpages/test-manpages +++ b/test/manpages/test-manpages @@ -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)}'` -[ $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.