From: Iuri Rezende Souza Date: Tue, 28 May 2019 04:02:34 +0000 (-0400) Subject: Typo BIO_SOCK_REUSADDR => BIO_SOCK_REUSEADDR X-Git-Tag: openssl-3.0.0-alpha1~2022 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=ea8d07b155d26abb52574a1c1366b662a27ffbed;p=oweals%2Fopenssl.git Typo BIO_SOCK_REUSADDR => BIO_SOCK_REUSEADDR CLA: trivial Reviewed-by: Paul Yang Reviewed-by: Matt Caswell Reviewed-by: Paul Dale (Merged from https://github.com/openssl/openssl/pull/9021) --- 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, which is described in L below. +B, which is described in L below. BIO_connect() connects B to the address and service given by B. Connection B may be zero or any combination of