mirror of
https://github.com/openssl/openssl.git
synced 2024-11-27 05:21:51 +08:00
util/find-doc-nits: ignore tsget.pod name
It's a separate script, not an openssl sub-command Reviewed-by: Tomas Mraz <tmraz@fedoraproject.org> (Merged from https://github.com/openssl/openssl/pull/10065)
This commit is contained in:
parent
8bc93d2f22
commit
6f02932edb
@ -884,7 +884,7 @@ if ( $opt_n ) {
|
||||
# If not given args, check that all man1 commands are named properly.
|
||||
if ( scalar @ARGV == 0 ) {
|
||||
foreach (glob('doc/man1/*.pod')) {
|
||||
next if /CA.pl/ || /openssl.pod/;
|
||||
next if /CA.pl/ || /openssl\.pod/ || /tsget\.pod/;
|
||||
err("$_ doesn't start with openssl-") unless /openssl-/;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user