util/find-doc-nits: when loading "missing" files, check if documented
authorRichard Levitte <levitte@openssl.org>
Sun, 22 Dec 2019 22:52:30 +0000 (23:52 +0100)
committerRichard Levitte <levitte@openssl.org>
Wed, 25 Dec 2019 23:45:12 +0000 (00:45 +0100)
commit17fa385d2cd4443707aa42ab752a00aacf87d750
tree536f160f0d28fb828479a6b074234cbbfdafdac3
parent3e73f558af600ea068bb2132988c31ddb444e13e
util/find-doc-nits: when loading "missing" files, check if documented

It may be that some "missing" manuals have been written since their
insertion in the "missing" files.  Make sure to alert when such manual
references are found.

This works, because we collect all existing manual references into
%name_map first.

Fixes #10681

Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/10683)
util/find-doc-nits