X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/518799a2cfc383364987d0f93fa7b29a482bda81..b96cc2bb14029099f59cfa9d77318f8c5f54db57:/test/manpages/test-manpages 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.