aboutsummaryrefslogtreecommitdiff
path: root/doc/man3/PKCS12_newpass.pod
diff options
context:
space:
mode:
authorRich Salz <rsalz@akamai.com>2019-08-15 14:26:08 -0400
committerDr. Matthias St. Pierre <Matthias.St.Pierre@ncp-e.com>2019-08-19 00:06:39 +0200
commitcda774223d9a886ece480f304be40797bb73bcd7 (patch)
tree7b14425497412af37bac883dce275d8560915015 /doc/man3/PKCS12_newpass.pod
parent39a117d17963d0cd4a8f3a3351c0844c325e905c (diff)
downloadopenssl-cda774223d9a886ece480f304be40797bb73bcd7.zip
openssl-cda774223d9a886ece480f304be40797bb73bcd7.tar.gz
openssl-cda774223d9a886ece480f304be40797bb73bcd7.tar.bz2
Use EXAMPLES not EXAMPLE for section title
And update find-doc-nits to complain if "=head1 EXAMPLE" is found. Reviewed-by: Richard Levitte <levitte@openssl.org> Reviewed-by: Matthias St. Pierre <Matthias.St.Pierre@ncp-e.com> (Merged from https://github.com/openssl/openssl/pull/9602)
Diffstat (limited to 'doc/man3/PKCS12_newpass.pod')
-rw-r--r--doc/man3/PKCS12_newpass.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/man3/PKCS12_newpass.pod b/doc/man3/PKCS12_newpass.pod
index 14cfcdf..491fbcb 100644
--- a/doc/man3/PKCS12_newpass.pod
+++ b/doc/man3/PKCS12_newpass.pod
@@ -34,7 +34,7 @@ L<UI_OpenSSL(3)>, for example.
PKCS12_newpass() returns 1 on success or 0 on failure. Applications can
retrieve the most recent error from PKCS12_newpass() with ERR_get_error().
-=head1 EXAMPLE
+=head1 EXAMPLES
This example loads a PKCS#12 file, changes its password and writes out
the result to a new file.