From: Pauli Date: Mon, 31 May 2021 04:37:37 +0000 (+1000) Subject: utils: remove TODO X-Git-Tag: openssl-3.0.0-beta1~242 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4cedf30e995f9789cf6bb103e248d33285a84067;p=thirdparty%2Fopenssl.git utils: remove TODO Reviewed-by: Tim Hudson (Merged from https://github.com/openssl/openssl/pull/15539) --- 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; }