Use "PARAMETERS" in the documentation headings.
authorPauli <paul.dale@oracle.com>
Mon, 16 Sep 2019 01:15:25 +0000 (11:15 +1000)
committerPauli <paul.dale@oracle.com>
Mon, 16 Sep 2019 01:15:25 +0000 (11:15 +1000)
Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/9906)

doc/man3/EVP_DigestInit.pod

index 7f5a1e5db20b5de679a4a0335802960a7782f0ba..69a52d10aa152eb4e44091a1a5681951805ac384 100644 (file)
@@ -146,17 +146,17 @@ See L</CONTROLS> below for more information.
 =item EVP_MD_get_params()
 
 Retrieves the requested list of B<params> from a MD B<md>.
-See L</PARAMS> below for more information.
+See L</PARAMETERS> below for more information.
 
 =item EVP_MD_CTX_get_params()
 
 Retrieves the requested list of B<params> from a MD context B<ctx>.
-See L</PARAMS> below for more information.
+See L</PARAMETERS> below for more information.
 
 =item EVP_MD_CTX_set_params()
 
 Sets the list of B<params> into a MD context B<ctx>.
-See L</PARAMS> below for more information.
+See L</PARAMETERS> below for more information.
 
 =item EVP_MD_gettable_params(), EVP_MD_CTX_gettable_params(),
 EVP_MD_CTX_settable_params()
@@ -331,7 +331,7 @@ I<arg> as argument.
 
 =back
 
-=head1 PARAMS
+=head1 PARAMETERS
 
 See L<OSSL_PARAM(3)> for information about passing parameters.