From e1271ac2212f7cde14df478558bfaae2834fa09e Mon Sep 17 00:00:00 2001 From: Rich Salz Date: Mon, 3 Apr 2017 15:39:09 -0400 Subject: Standardize on =over 4 and check for it. Reviewed-by: Richard Levitte (Merged from https://github.com/openssl/openssl/pull/3117) --- util/find-doc-nits | 2 ++ 1 file changed, 2 insertions(+) (limited to 'util/find-doc-nits') diff --git a/util/find-doc-nits b/util/find-doc-nits index ff2409110a..9befeb996d 100755 --- a/util/find-doc-nits +++ b/util/find-doc-nits @@ -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([^ ][^4])/; # Look for multiple consecutive openssl #include lines. # Consecutive because of files like md5.pod. Sometimes it's okay -- cgit v1.2.3