diff options
Diffstat (limited to '')
-rw-r--r-- | src/lib/libcrypto/man/BIO_s_connect.3 | 22 |
1 files changed, 4 insertions, 18 deletions
diff --git a/src/lib/libcrypto/man/BIO_s_connect.3 b/src/lib/libcrypto/man/BIO_s_connect.3 index 44ebb19a6c..bde10e4b20 100644 --- a/src/lib/libcrypto/man/BIO_s_connect.3 +++ b/src/lib/libcrypto/man/BIO_s_connect.3 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: BIO_s_connect.3,v 1.5 2016/12/06 14:45:08 schwarze Exp $ | 1 | .\" $OpenBSD: BIO_s_connect.3,v 1.6 2016/12/20 23:14:37 beck Exp $ |
2 | .\" OpenSSL 186bb907 Apr 13 11:05:13 2015 -0700 | 2 | .\" OpenSSL 186bb907 Apr 13 11:05:13 2015 -0700 |
3 | .\" | 3 | .\" |
4 | .\" This file was written by Dr. Stephen Henson <steve@openssl.org>. | 4 | .\" This file was written by Dr. Stephen Henson <steve@openssl.org>. |
@@ -48,7 +48,7 @@ | |||
48 | .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED | 48 | .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED |
49 | .\" OF THE POSSIBILITY OF SUCH DAMAGE. | 49 | .\" OF THE POSSIBILITY OF SUCH DAMAGE. |
50 | .\" | 50 | .\" |
51 | .Dd $Mdocdate: December 6 2016 $ | 51 | .Dd $Mdocdate: December 20 2016 $ |
52 | .Dt BIO_S_CONNECT 3 | 52 | .Dt BIO_S_CONNECT 3 |
53 | .Os | 53 | .Os |
54 | .Sh NAME | 54 | .Sh NAME |
@@ -179,22 +179,8 @@ or | |||
179 | sets the port to | 179 | sets the port to |
180 | .Fa port . | 180 | .Fa port . |
181 | .Fa port | 181 | .Fa port |
182 | can be the numerical form or a string such as | 182 | is looked up as a service using |
183 | .Cm http . | 183 | .Xr getaddrinfo 3 |
184 | A string will be looked up first using | ||
185 | .Xr getservbyname 3 | ||
186 | on the host platform, but if that fails | ||
187 | a built-in table of port names will be used. | ||
188 | Currently the list is | ||
189 | .Cm http , | ||
190 | .Cm telnet , | ||
191 | .Cm socks , | ||
192 | .Cm https , | ||
193 | .Cm ssl , | ||
194 | .Cm ftp , | ||
195 | .Cm gopher , | ||
196 | and | ||
197 | .Cm wais . | ||
198 | .Pp | 184 | .Pp |
199 | .Fn BIO_set_conn_ip | 185 | .Fn BIO_set_conn_ip |
200 | sets the IP address to | 186 | sets the IP address to |