summaryrefslogtreecommitdiffstats
path: root/secure/lib/libcrypto/man/BIO_s_accept.3
diff options
context:
space:
mode:
authorjkim <jkim@FreeBSD.org>2014-10-15 19:12:05 +0000
committerjkim <jkim@FreeBSD.org>2014-10-15 19:12:05 +0000
commit411d431d45a87a859fd5507449dc4529d6ee1c08 (patch)
treec23fa858f36ae42eb7fe9898b481a136f3f8733b /secure/lib/libcrypto/man/BIO_s_accept.3
parentcfb0e0275efcad3cdfca0ae280949467ed709e9f (diff)
parent9a02b27a6e11c9667427250a26589d17ad31e847 (diff)
downloadFreeBSD-src-411d431d45a87a859fd5507449dc4529d6ee1c08.zip
FreeBSD-src-411d431d45a87a859fd5507449dc4529d6ee1c08.tar.gz
Merge OpenSSL 1.0.1j.
Diffstat (limited to 'secure/lib/libcrypto/man/BIO_s_accept.3')
-rw-r--r--secure/lib/libcrypto/man/BIO_s_accept.36
1 files changed, 3 insertions, 3 deletions
diff --git a/secure/lib/libcrypto/man/BIO_s_accept.3 b/secure/lib/libcrypto/man/BIO_s_accept.3
index 13d1277..e370a9e 100644
--- a/secure/lib/libcrypto/man/BIO_s_accept.3
+++ b/secure/lib/libcrypto/man/BIO_s_accept.3
@@ -124,7 +124,7 @@
.\" ========================================================================
.\"
.IX Title "BIO_s_accept 3"
-.TH BIO_s_accept 3 "2014-08-06" "1.0.1i" "OpenSSL"
+.TH BIO_s_accept 3 "2014-10-15" "1.0.1j" "OpenSSL"
.\" For nroff, turn off justification. Always turn off hyphenation; it makes
.\" way too many mistakes in technical documents.
.if n .ad l
@@ -187,8 +187,8 @@ the accept socket. See \fIBIO_s_fd\fR\|(3)
\&\fIBIO_set_accept_port()\fR uses the string \fBname\fR to set the accept
port. The port is represented as a string of the form \*(L"host:port\*(R",
where \*(L"host\*(R" is the interface to use and \*(L"port\*(R" is the port.
-Either or both values can be \*(L"*\*(R" which is interpreted as meaning
-any interface or port respectively. \*(L"port\*(R" has the same syntax
+The host can be can be \*(L"*\*(R" which is interpreted as meaning
+any interface; \*(L"port\*(R" has the same syntax
as the port specified in \fIBIO_set_conn_port()\fR for connect BIOs,
that is it can be a numerical port string or a string to lookup
using \fIgetservbyname()\fR and a string table.
OpenPOWER on IntegriCloud