Docs: better deprecation text
authorRichard Levitte <levitte@openssl.org>
Mon, 3 Dec 2018 09:59:11 +0000 (10:59 +0100)
committerRichard Levitte <levitte@openssl.org>
Mon, 3 Dec 2018 11:32:31 +0000 (12:32 +0100)
commitbe80b21d2a9c1e0d4fb920ca023e4ec225d878a7
treeef7cabacff562bbe303967e2d334f0f79204622c
parent7b4a3515a4ddb567d48000e61d7cb640d0c5f261
Docs: better deprecation text

Expand the text on deprecation to be more descriptive and to refer
back to openssl_user_macros(7).

Incidently, this required a small change in util/find-doc-nits, to
have it skip over any line that isn't part of a block (i.e. that
hasn't been indented with at least one space.  That makes it skip over
deprecation text.

Reviewed-by: Matthias St. Pierre <Matthias.St.Pierre@ncp-e.com>
(Merged from https://github.com/openssl/openssl/pull/7745)
15 files changed:
doc/man3/BN_generate_prime.pod
doc/man3/CONF_modules_free.pod
doc/man3/DH_generate_parameters.pod
doc/man3/DSA_generate_parameters.pod
doc/man3/ENGINE_add.pod
doc/man3/ERR_load_crypto_strings.pod
doc/man3/ERR_remove_state.pod
doc/man3/HMAC.pod
doc/man3/OBJ_nid2obj.pod
doc/man3/OpenSSL_add_all_algorithms.pod
doc/man3/RAND_add.pod
doc/man3/RAND_bytes.pod
doc/man3/RSA_generate_key.pod
doc/man3/SSL_COMP_add_compression_method.pod
util/find-doc-nits