summaryrefslogtreecommitdiffstats
path: root/doc/man3/BIO_connect.pod
diff options
context:
space:
mode:
authorRich Salz <rsalz@openssl.org>2017-07-02 12:16:38 -0400
committerRich Salz <rsalz@openssl.org>2017-07-03 10:40:33 -0400
commita95d7574dbcd91c734c1542a423e1cac34dc18b5 (patch)
treec150ec2a51694895c9c0cc8adfd3544b4757697d /doc/man3/BIO_connect.pod
parentb43c37658600300de485100185eebec8bfa3dbcf (diff)
Various doc fixes
Fix a =head1 section name Fix a typo in POD label Remove a spurious =back Add a missing blank line Avoid 'legacy' -- use 'deprecated' if still needed if we cannot just reword. Always do strict checking Do not warn about missing "RETURN VALUES" unless -s is set. Change OpenSSL version 1.1 -> 1.1.0 Reviewed-by: Matt Caswell <matt@openssl.org> (Merged from https://github.com/openssl/openssl/pull/3830)
Diffstat (limited to 'doc/man3/BIO_connect.pod')
-rw-r--r--doc/man3/BIO_connect.pod4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/man3/BIO_connect.pod b/doc/man3/BIO_connect.pod
index bb1047a347..91dcab1178 100644
--- a/doc/man3/BIO_connect.pod
+++ b/doc/man3/BIO_connect.pod
@@ -93,8 +93,8 @@ error.
=head1 HISTORY
BIO_gethostname(), BIO_get_port(), BIO_get_host_ip(),
-BIO_get_accept_socket() and BIO_accept() are deprecated since OpenSSL
-1.1. 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 SEE ALSO