mirror of
https://github.com/openssl/openssl.git
synced 2025-02-23 14:42:15 +08:00
find-doc-nits: fix regexp and point out that CA.pl and tsget.pod are special
Reviewed-by: Tomas Mraz <tmraz@fedoraproject.org> (Merged from https://github.com/openssl/openssl/pull/13315)
This commit is contained in:
parent
9256e8a248
commit
6b480ee369
@ -1173,7 +1173,8 @@ if ( $opt_n ) {
|
||||
# If not given args, check that all man1 commands are named properly.
|
||||
if ( scalar @ARGV == 0 ) {
|
||||
foreach ( files(TAGS => [ 'public_manual', 'man1' ]) ) {
|
||||
next if /CA.pl/ || /openssl\.pod/ || /tsget\.pod/;
|
||||
next if /openssl\.pod/
|
||||
|| /CA\.pl/ || /tsget\.pod/; # these commands are special cases
|
||||
err("$_ doesn't start with openssl-") unless /openssl-/;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user