From 4cedf30e995f9789cf6bb103e248d33285a84067 Mon Sep 17 00:00:00 2001 From: Pauli Date: Mon, 31 May 2021 14:37:37 +1000 Subject: [PATCH] utils: remove TODO Reviewed-by: Tim Hudson (Merged from https://github.com/openssl/openssl/pull/15539) --- util/find-doc-nits | 1 - 1 file changed, 1 deletion(-) diff --git a/util/find-doc-nits b/util/find-doc-nits index 7498ac6865a..467f551093c 100755 --- a/util/find-doc-nits +++ b/util/find-doc-nits @@ -730,7 +730,6 @@ sub check { next if $target =~ /openssl-?/; next if ( grep { basename($_) eq "$target.pod" } files(TAGS => [ 'manual', 'man1' ]) ); - # TODO: Filter out "foreign manual" links. next if $target =~ /ps|apropos|sha1sum|procmail|perl/; err($id, "Bad command link L<$target(1)>") if grep /man1/, @sections; } -- 2.47.3