diff options
author | Joshua Lock <jlock@vmware.com> | 2019-04-11 16:38:56 +0200 |
---|---|---|
committer | Richard Levitte <levitte@openssl.org> | 2019-04-12 15:50:23 +0200 |
commit | 938e82f622eb04ebbfe534c79d234d0f6a0df035 (patch) | |
tree | 72931340ce8cff30264c28a45e7dfa58c24adb8a /doc/man3/BIO_connect.pod | |
parent | Update various man pages to place HISTORY section after SEE ALSO (diff) | |
download | openssl-938e82f622eb04ebbfe534c79d234d0f6a0df035.tar.xz openssl-938e82f622eb04ebbfe534c79d234d0f6a0df035.zip |
Further harmonisation of manual page HISTORY sections
A couple of minor tweaks to match the style introduced in #7854:
- BIO_connect: remove line break to make more grep friendly
- SSL_CTX_new: harmoise the format of the HISTORY section
Reviewed-by: Matthias St. Pierre <Matthias.St.Pierre@ncp-e.com>
Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/8729)
Diffstat (limited to 'doc/man3/BIO_connect.pod')
-rw-r--r-- | doc/man3/BIO_connect.pod | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/man3/BIO_connect.pod b/doc/man3/BIO_connect.pod index 240b21052c..c0edae71cb 100644 --- a/doc/man3/BIO_connect.pod +++ b/doc/man3/BIO_connect.pod @@ -102,8 +102,8 @@ L<BIO_ADDR(3)> =head1 HISTORY BIO_gethostname(), BIO_get_port(), BIO_get_host_ip(), -BIO_get_accept_socket() and BIO_accept() were deprecated in -OpenSSL 1.1.0. Use the functions described above instead. +BIO_get_accept_socket() and BIO_accept() were deprecated in OpenSSL 1.1.0. +Use the functions described above instead. =head1 COPYRIGHT |