X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/46f35e659f3bc3e808a70263bea0ec72624c8a08..8206fbf:/test/manpages/test-manpages?ds=inline 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.