diff options
author | Rich Salz <rsalz@openssl.org> | 2017-04-03 21:39:09 +0200 |
---|---|---|
committer | Rich Salz <rsalz@openssl.org> | 2017-04-07 19:30:04 +0200 |
commit | e1271ac2212f7cde14df478558bfaae2834fa09e (patch) | |
tree | cb0b2570fb9f854b5e8cba9a0254cad800d2ae50 /doc/man3/BIO_set_callback.pod | |
parent | Add missing =back (diff) | |
download | openssl-e1271ac2212f7cde14df478558bfaae2834fa09e.tar.xz openssl-e1271ac2212f7cde14df478558bfaae2834fa09e.zip |
Standardize on =over 4 and check for it.
Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/3117)
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 ed395fa0ab..3d15859406 100644 --- a/doc/man3/BIO_set_callback.pod +++ b/doc/man3/BIO_set_callback.pod @@ -52,7 +52,7 @@ BIO_callback_fn_ex() is the type of the callback function and BIO_callback_fn() is the type of the old format callback function. The meaning of each argument is described below: -=over +=over 4 =item B<b> |