]> diplodocus.org Git - nmh/blobdiff - test/manpages/test-manpages
Alter HasSuffixC()'s char * to be const.
[nmh] / 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)}'`
-[ $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.