From: Pauli Date: Mon, 16 Sep 2019 22:45:38 +0000 (+1000) Subject: Use PARAMETERS instead of PARAMETER NAMES for the heading for consistency. X-Git-Tag: openssl-3.0.0-alpha1~1330 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b1cabee8ce63e73f0116e501cd0933ace3cdec88;p=thirdparty%2Fopenssl.git Use PARAMETERS instead of PARAMETER NAMES for the heading for consistency. Reviewed-by: Richard Levitte (Merged from https://github.com/openssl/openssl/pull/9905) --- diff --git a/doc/man3/EVP_KDF.pod b/doc/man3/EVP_KDF.pod index 2770c9534f9..9b88baad9fd 100644 --- a/doc/man3/EVP_KDF.pod +++ b/doc/man3/EVP_KDF.pod @@ -138,7 +138,7 @@ providers in the given library context I, and for each of the implementations, calls the given function I with the implementation method and the given I as argument. -=head1 PARAMETER NAMES +=head1 PARAMETERS The standard parameter names are: diff --git a/doc/man3/EVP_MAC.pod b/doc/man3/EVP_MAC.pod index 4d819b75447..2ab4c48fbf6 100644 --- a/doc/man3/EVP_MAC.pod +++ b/doc/man3/EVP_MAC.pod @@ -165,7 +165,7 @@ providers in the given library context I, and for each of the implementations, calls the given function I with the implementation method and the given I as argument. -=head1 PARAMETER NAMES +=head1 PARAMETERS Parameters are identified by name as strings, and have an expected data type and maximum size.