From b1cabee8ce63e73f0116e501cd0933ace3cdec88 Mon Sep 17 00:00:00 2001 From: Pauli Date: Tue, 17 Sep 2019 08:45:38 +1000 Subject: [PATCH] Use PARAMETERS instead of PARAMETER NAMES for the heading for consistency. Reviewed-by: Richard Levitte (Merged from https://github.com/openssl/openssl/pull/9905) --- doc/man3/EVP_KDF.pod | 2 +- doc/man3/EVP_MAC.pod | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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. -- 2.39.2