summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorPauli <paul.dale@oracle.com>2019-09-16 11:15:25 +1000
committerPauli <paul.dale@oracle.com>2019-09-16 11:15:25 +1000
commit2710e8a88809c54a654baa5594b7a474ce07a8e7 (patch)
tree9e53e990a3ddcfb6a5377859c28874a748da38e6 /doc
parent55c7dc79274f7256f573d99353f887263b162b7b (diff)
Use "PARAMETERS" in the documentation headings.
Reviewed-by: Richard Levitte <levitte@openssl.org> (Merged from https://github.com/openssl/openssl/pull/9906)
Diffstat (limited to 'doc')
-rw-r--r--doc/man3/EVP_DigestInit.pod8
1 files 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</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.