summaryrefslogtreecommitdiffstats
path: root/doc/crypto/BIO_s_connect.pod
diff options
context:
space:
mode:
authorAlok Menghrajani <alok@squareup.com>2015-04-13 11:05:13 -0700
committerRich Salz <rsalz@openssl.org>2015-05-03 08:51:23 -0400
commit186bb90705f848806783de512b3df6872552b304 (patch)
treee4b7c8d67e72e8f3fff8565bddd42e421176cec0 /doc/crypto/BIO_s_connect.pod
parent8332f91cc0db4955259bca9f9138b5eff94d6e8c (diff)
RT3802: Fixes typos in doc/crypto/
Signed-off-by: Rich Salz <rsalz@akamai.com> Reviewed-by: Tim Hudson <tjh@openssl.org>
Diffstat (limited to 'doc/crypto/BIO_s_connect.pod')
-rw-r--r--doc/crypto/BIO_s_connect.pod4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/crypto/BIO_s_connect.pod b/doc/crypto/BIO_s_connect.pod
index 18ece4c91f..4efd5676b8 100644
--- a/doc/crypto/BIO_s_connect.pod
+++ b/doc/crypto/BIO_s_connect.pod
@@ -64,8 +64,8 @@ form "hostname/any/other/path" or "hostname:port/any/other/path".
BIO_set_conn_port() sets the port to B<port>. B<port> can be the
numerical form or a string such as "http". A string will be looked
up first using getservbyname() on the host platform but if that
-fails a standard table of port names will be used. Currently the
-list is http, telnet, socks, https, ssl, ftp, gopher and wais.
+fails a standard table of port names will be used. This internal
+list is http, telnet, socks, https, ssl, ftp, and gopher.
BIO_set_conn_ip() sets the IP address to B<ip> using binary form,
that is four bytes specifying the IP address in big-endian form.