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/man3/EVP_DigestInit.pod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/man3/EVP_DigestInit.pod') diff --git a/doc/man3/EVP_DigestInit.pod b/doc/man3/EVP_DigestInit.pod index 1cc07b159e..bdc48c3a4b 100644 --- a/doc/man3/EVP_DigestInit.pod +++ b/doc/man3/EVP_DigestInit.pod @@ -494,7 +494,7 @@ as macros. EVP_MD_CTX_ctrl() sends commands to message digests for additional configuration or control. -=head1 EXAMPLE +=head1 EXAMPLES This example digests the data "Test Message\n" and "Hello World\n", using the digest name passed on the command line. -- cgit v1.2.3