From ea8d07b155d26abb52574a1c1366b662a27ffbed Mon Sep 17 00:00:00 2001 From: Iuri Rezende Souza Date: Tue, 28 May 2019 00:02:34 -0400 Subject: [PATCH] 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) --- 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 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 -- 2.25.1