Correct some badly formated preprocessor lines
[openssl.git] / util / find-doc-nits
index ff2409110a100a070b4a7b1323041f01f6652476..63698801d729afc01f9c23cf8004a2171148fb7e 100755 (executable)
@@ -162,6 +162,8 @@ sub check()
         if $contents =~ /=head1 NAME.*[<>].*=head1 SYNOPSIS/ms;
     print "$id Duplicate $1 in L<>\n"
         if $contents =~ /L<([^>]*)\|([^>]*)>/ && $1 eq $2;
+    print "$id Bad =over $1\n"
+        if $contents =~ /=over([^ ][^24])/;
 
     # Look for multiple consecutive openssl #include lines.
     # Consecutive because of files like md5.pod. Sometimes it's okay