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/man3/BIO_set_callback.pod | |
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/man3/BIO_set_callback.pod')
-rw-r--r-- | doc/man3/BIO_set_callback.pod | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/man3/BIO_set_callback.pod b/doc/man3/BIO_set_callback.pod index afa482d4a6..9537a2e168 100644 --- a/doc/man3/BIO_set_callback.pod +++ b/doc/man3/BIO_set_callback.pod @@ -223,7 +223,7 @@ via a call to BIO_set_callback_arg(). BIO_debug_callback() returns 1 or B<ret> if it's called after specific BIO operations. -=head1 EXAMPLE +=head1 EXAMPLES The BIO_debug_callback() function is a good example, its source is in crypto/bio/bio_cb.c |