]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
utils: remove TODO
authorPauli <pauli@openssl.org>
Mon, 31 May 2021 04:37:37 +0000 (14:37 +1000)
committerPauli <pauli@openssl.org>
Wed, 2 Jun 2021 06:30:15 +0000 (16:30 +1000)
Reviewed-by: Tim Hudson <tjh@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/15539)

util/find-doc-nits

index 7498ac6865a11b066c9e8549671b7b584f275d85..467f551093cdc93a9ebe9496865baebaf80ec040 100755 (executable)
@@ -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;
     }