Various doc fixes
authorRich Salz <rsalz@openssl.org>
Sun, 2 Jul 2017 16:16:38 +0000 (12:16 -0400)
committerRich Salz <rsalz@openssl.org>
Mon, 3 Jul 2017 14:40:33 +0000 (10:40 -0400)
commita95d7574dbcd91c734c1542a423e1cac34dc18b5
treec150ec2a51694895c9c0cc8adfd3544b4757697d
parentb43c37658600300de485100185eebec8bfa3dbcf
Various doc fixes

Fix a =head1 section name
Fix a typo in POD label
Remove a spurious =back
Add a missing blank line
Avoid 'legacy' -- use 'deprecated' if still needed if we cannot just reword.
Always do strict checking
Do not warn about missing "RETURN VALUES" unless -s is set.
Change OpenSSL version 1.1 -> 1.1.0

Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/3830)
18 files changed:
doc/man1/ca.pod
doc/man1/enc.pod
doc/man1/storeutl.pod
doc/man3/ASN1_STRING_print_ex.pod
doc/man3/BIO_connect.pod
doc/man3/CRYPTO_get_ex_new_index.pod
doc/man3/EVP_CIPHER_meth_new.pod
doc/man3/EVP_DigestInit.pod
doc/man3/OPENSSL_LH_stats.pod
doc/man3/PEM_read_bio_PrivateKey.pod
doc/man3/RAND_bytes.pod
doc/man3/SSL_CTX_set0_CA_list.pod
doc/man3/SSL_set_bio.pod
doc/man3/X509_NAME_get_index_by_NID.pod
doc/man3/X509_NAME_print_ex.pod
doc/man3/X509_VERIFY_PARAM_set_flags.pod
doc/man7/ossl_store.pod
util/find-doc-nits