summaryrefslogtreecommitdiffstats
path: root/doc/man3/BIO_set_callback.pod
diff options
context:
space:
mode:
authorRich Salz <rsalz@akamai.com>2019-08-15 13:52:41 -0400
committerDr. Matthias St. Pierre <Matthias.St.Pierre@ncp-e.com>2019-08-19 00:03:33 +0200
commit39a117d17963d0cd4a8f3a3351c0844c325e905c (patch)
tree3875c3ab5ebc8ee35d11b625a1d57a2ce2fab91b /doc/man3/BIO_set_callback.pod
parente0249827b3fa81ff6c59fb14ef85d38361dd5e31 (diff)
Fix some pod-page ordering nits
The find-doc-nits script only looked for EXAMPLES, not EXAMPLE. Fix the pattern and then fix the errors that resulted. 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.pod10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/man3/BIO_set_callback.pod b/doc/man3/BIO_set_callback.pod
index a420267a4c..afa482d4a6 100644
--- a/doc/man3/BIO_set_callback.pod
+++ b/doc/man3/BIO_set_callback.pod
@@ -211,11 +211,6 @@ the actual call parameter, see B<BIO_callback_ctrl>.
=back
-=head1 EXAMPLE
-
-The BIO_debug_callback() function is a good example, its source is
-in crypto/bio/bio_cb.c
-
=head1 RETURN VALUES
BIO_get_callback_ex() and BIO_get_callback() return the callback function
@@ -228,6 +223,11 @@ 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
+
+The BIO_debug_callback() function is a good example, its source is
+in crypto/bio/bio_cb.c
+
=head1 COPYRIGHT
Copyright 2000-2018 The OpenSSL Project Authors. All Rights Reserved.