From cda774223d9a886ece480f304be40797bb73bcd7 Mon Sep 17 00:00:00 2001 From: Rich Salz Date: Thu, 15 Aug 2019 14:26:08 -0400 Subject: Use EXAMPLES not EXAMPLE for section title And update find-doc-nits to complain if "=head1 EXAMPLE" is found. Reviewed-by: Richard Levitte Reviewed-by: Matthias St. Pierre (Merged from https://github.com/openssl/openssl/pull/9602) --- doc/man7/EVP_KDF_SSHKDF.pod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/man7/EVP_KDF_SSHKDF.pod') diff --git a/doc/man7/EVP_KDF_SSHKDF.pod b/doc/man7/EVP_KDF_SSHKDF.pod index e233e86f03..04a646c866 100644 --- a/doc/man7/EVP_KDF_SSHKDF.pod +++ b/doc/man7/EVP_KDF_SSHKDF.pod @@ -120,7 +120,7 @@ to obtain the requisite length is not meaningful. The caller must allocate a buffer of the desired length, and pass that buffer to the L function along with the desired length. -=head1 EXAMPLE +=head1 EXAMPLES This example derives an 8 byte IV using SHA-256 with a 1K "key" and appropriate "xcghash" and "session_id" values: -- cgit v1.2.3