summaryrefslogtreecommitdiffstats
path: root/util/find-doc-nits
diff options
context:
space:
mode:
Diffstat (limited to 'util/find-doc-nits')
-rwxr-xr-xutil/find-doc-nits2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/find-doc-nits b/util/find-doc-nits
index ea5254b729..eac87dedd0 100755
--- a/util/find-doc-nits
+++ b/util/find-doc-nits
@@ -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-/;
}
}