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: https://git.librecmc.org/?a=commitdiff_plain;h=b1cabee8ce63e73f0116e501cd0933ace3cdec88;p=oweals%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 2770c9534f..9b88baad9f 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 4d819b7544..2ab4c48fbf 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.