diff options
author | Rich Salz <rsalz@akamai.com> | 2019-08-15 20:26:08 +0200 |
---|---|---|
committer | Dr. Matthias St. Pierre <Matthias.St.Pierre@ncp-e.com> | 2019-08-19 00:06:39 +0200 |
commit | cda774223d9a886ece480f304be40797bb73bcd7 (patch) | |
tree | 7b14425497412af37bac883dce275d8560915015 /doc/man1 | |
parent | Fix some pod-page ordering nits (diff) | |
download | openssl-cda774223d9a886ece480f304be40797bb73bcd7.tar.xz openssl-cda774223d9a886ece480f304be40797bb73bcd7.zip |
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/man1')
-rw-r--r-- | doc/man1/engine.pod | 2 | ||||
-rw-r--r-- | doc/man1/errstr.pod | 2 | ||||
-rw-r--r-- | doc/man1/pkeyparam.pod | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/doc/man1/engine.pod b/doc/man1/engine.pod index 446b1981b6..e0f881ae9c 100644 --- a/doc/man1/engine.pod +++ b/doc/man1/engine.pod @@ -64,7 +64,7 @@ See the example below. =back -=head1 EXAMPLE +=head1 EXAMPLES To list all the commands available to a dynamic engine: diff --git a/doc/man1/errstr.pod b/doc/man1/errstr.pod index ba6fc81496..9ba20914a9 100644 --- a/doc/man1/errstr.pod +++ b/doc/man1/errstr.pod @@ -20,7 +20,7 @@ second colon. None. -=head1 EXAMPLE +=head1 EXAMPLES The error code: diff --git a/doc/man1/pkeyparam.pod b/doc/man1/pkeyparam.pod index 048a1f2e8b..32dbe51e89 100644 --- a/doc/man1/pkeyparam.pod +++ b/doc/man1/pkeyparam.pod @@ -60,7 +60,7 @@ This option checks the correctness of parameters. =back -=head1 EXAMPLE +=head1 EXAMPLES Print out text version of parameters: |