Use 'over 2' for bullet lists.
[oweals/openssl.git] / util / find-doc-nits
index 9befeb996d341e3baaf2d66396681d6483f96edf..63698801d729afc01f9c23cf8004a2171148fb7e 100755 (executable)
@@ -163,7 +163,7 @@ sub check()
     print "$id Duplicate $1 in L<>\n"
         if $contents =~ /L<([^>]*)\|([^>]*)>/ && $1 eq $2;
     print "$id Bad =over $1\n"
-        if $contents =~ /=over([^ ][^4])/;
+        if $contents =~ /=over([^ ][^24])/;
 
     # Look for multiple consecutive openssl #include lines.
     # Consecutive because of files like md5.pod. Sometimes it's okay