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_1_1_1d~167 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=2671490ddbde17de1f56229c35263598c10e408b;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) (cherry picked from commit ea8d07b155d26abb52574a1c1366b662a27ffbed) --- diff --git a/doc/man3/BIO_connect.pod b/doc/man3/BIO_connect.pod index 2766c3d6c5..853315aa46 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