summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorJoshua Lock <jlock@vmware.com>2019-04-11 15:38:56 +0100
committerDr. Matthias St. Pierre <Matthias.St.Pierre@ncp-e.com>2019-04-15 12:26:50 +0200
commit1ced49fbb7428994b137248d52f108d4045bb4a3 (patch)
treed55ad090eb63403ff6d14122e5cfb8d35990a491 /doc
parent18bad53564e10b92832475dfce0c56665b5d3bed (diff)
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> (cherry picked from commit 938e82f622eb04ebbfe534c79d234d0f6a0df035) Reviewed-by: Matt Caswell <matt@openssl.org> (Merged from https://github.com/openssl/openssl/pull/8736)
Diffstat (limited to 'doc')
-rw-r--r--doc/man3/BIO_connect.pod4
-rw-r--r--doc/man3/SSL_CTX_new.pod2
2 files changed, 3 insertions, 3 deletions
diff --git a/doc/man3/BIO_connect.pod b/doc/man3/BIO_connect.pod
index ed2e533cf9..2766c3d6c5 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
diff --git a/doc/man3/SSL_CTX_new.pod b/doc/man3/SSL_CTX_new.pod
index e21221574e..df25a6f657 100644
--- a/doc/man3/SSL_CTX_new.pod
+++ b/doc/man3/SSL_CTX_new.pod
@@ -203,7 +203,7 @@ removed in OpenSSL 1.1.0.
SSLv23_method(), SSLv23_server_method() and SSLv23_client_method()
were deprecated and the preferred TLS_method(), TLS_server_method()
-and TLS_client_method() functions were introduced in OpenSSL 1.1.0.
+and TLS_client_method() functions were added in OpenSSL 1.1.0.
All version-specific methods were deprecated in OpenSSL 1.1.0.