From 2710e8a88809c54a654baa5594b7a474ce07a8e7 Mon Sep 17 00:00:00 2001 From: Pauli Date: Mon, 16 Sep 2019 11:15:25 +1000 Subject: [PATCH] Use "PARAMETERS" in the documentation headings. Reviewed-by: Richard Levitte (Merged from https://github.com/openssl/openssl/pull/9906) --- doc/man3/EVP_DigestInit.pod | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/man3/EVP_DigestInit.pod b/doc/man3/EVP_DigestInit.pod index 7f5a1e5db2..69a52d10aa 100644 --- a/doc/man3/EVP_DigestInit.pod +++ b/doc/man3/EVP_DigestInit.pod @@ -146,17 +146,17 @@ See L below for more information. =item EVP_MD_get_params() Retrieves the requested list of B from a MD B. -See L below for more information. +See L below for more information. =item EVP_MD_CTX_get_params() Retrieves the requested list of B from a MD context B. -See L below for more information. +See L below for more information. =item EVP_MD_CTX_set_params() Sets the list of B into a MD context B. -See L below for more information. +See L below for more information. =item EVP_MD_gettable_params(), EVP_MD_CTX_gettable_params(), EVP_MD_CTX_settable_params() @@ -331,7 +331,7 @@ I as argument. =back -=head1 PARAMS +=head1 PARAMETERS See L for information about passing parameters. -- 2.25.1