summaryrefslogtreecommitdiffstats
path: root/doc/man3/BIO_connect.pod
diff options
context:
space:
mode:
authorIuri Rezende Souza <iuri.ena@gmail.com>2019-05-28 06:02:34 +0200
committerPauli <paul.dale@oracle.com>2019-05-29 01:59:25 +0200
commitea8d07b155d26abb52574a1c1366b662a27ffbed (patch)
treeeaa974b64b0c8216ed3c3d646664d974c0c5e84c /doc/man3/BIO_connect.pod
parentTest of uniformity of BN_rand_range output. (diff)
downloadopenssl-ea8d07b155d26abb52574a1c1366b662a27ffbed.tar.xz
openssl-ea8d07b155d26abb52574a1c1366b662a27ffbed.zip
Typo BIO_SOCK_REUSADDR => BIO_SOCK_REUSEADDR
CLA: trivial Reviewed-by: Paul Yang <yang.yang@baishancloud.com> Reviewed-by: Matt Caswell <matt@openssl.org> Reviewed-by: Paul Dale <paul.dale@oracle.com> (Merged from https://github.com/openssl/openssl/pull/9021)
Diffstat (limited to 'doc/man3/BIO_connect.pod')
-rw-r--r--doc/man3/BIO_connect.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/man3/BIO_connect.pod b/doc/man3/BIO_connect.pod
index c0edae71cb..9e0d972ba4 100644
--- a/doc/man3/BIO_connect.pod
+++ b/doc/man3/BIO_connect.pod
@@ -24,7 +24,7 @@ but is present for future use.
BIO_bind() binds the source address and service to a socket and
may be useful before calling BIO_connect(). The options may include
-B<BIO_SOCK_REUSADDR>, which is described in L</FLAGS> below.
+B<BIO_SOCK_REUSEADDR>, which is described in L</FLAGS> below.
BIO_connect() connects B<sock> to the address and service given by
B<addr>. Connection B<options> may be zero or any combination of