summaryrefslogtreecommitdiffstats
path: root/doc/man7/Ed25519.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/man7/Ed25519.pod
parent39a117d17963d0cd4a8f3a3351c0844c325e905c (diff)
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/man7/Ed25519.pod')
-rw-r--r--doc/man7/Ed25519.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/man7/Ed25519.pod b/doc/man7/Ed25519.pod
index 12bc64b3f7..8269f2feaa 100644
--- a/doc/man7/Ed25519.pod
+++ b/doc/man7/Ed25519.pod
@@ -53,7 +53,7 @@ Ed25519 and Ed448 can be tested within L<speed(1)> application since version 1.1
Valid algorithm names are B<ed25519>, B<ed448> and B<eddsa>. If B<eddsa> is
specified, then both Ed25519 and Ed448 are benchmarked.
-=head1 EXAMPLE
+=head1 EXAMPLES
This example generates an B<ED25519> private key and writes it to standard
output in PEM format: