Quiet pod2html warnings
authorRichard Levitte <levitte@openssl.org>
Sat, 19 May 2018 05:22:10 +0000 (07:22 +0200)
committerRichard Levitte <levitte@openssl.org>
Sun, 20 May 2018 08:08:56 +0000 (10:08 +0200)
commit6439e343fa64f06941197d085acd11bd13856596
tree1396e4adc851d07e2c30bcdce8ba7c9cc63bb671
parentdad886806f8bbf7fa0e82776e2ea8a23733b9a63
Quiet pod2html warnings

--quiet stops warnings of this sort:

    Cannot find "BIO_read_ex" in podpath: cannot find suitable replacement path, cannot resolve link

We know what causes these warnings, it's perfectly innocuous, and we
don't want to hear it any more.

Partial fix for #3254

Reviewed-by: Rich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/6304)
util/process_docs.pl