From 2671490ddbde17de1f56229c35263598c10e408b Mon Sep 17 00:00:00 2001 From: Iuri Rezende Souza Date: Tue, 28 May 2019 00:02:34 -0400 Subject: 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) --- doc/man3/BIO_connect.pod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3