summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorjamercee <jim@carroll.com>2016-08-04 17:04:32 -0400
committerRich Salz <rsalz@openssl.org>2016-08-10 11:07:42 -0400
commite86e76a6c4744244104838700eebeb54209b5827 (patch)
tree421e1062bb79e6c4a4f691bcc359efe559711290 /doc
parent3b7a57589748b2e02df88eaf6ba89194c84975d0 (diff)
Fixed typo
Reviewed-by: Matt Caswell <matt@openssl.org> Reviewed-by: Rich Salz <rsalz@openssl.org> (Merged from https://github.com/openssl/openssl/pull/1386)
Diffstat (limited to 'doc')
-rw-r--r--doc/crypto/BIO_s_accept.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/crypto/BIO_s_accept.pod b/doc/crypto/BIO_s_accept.pod
index 70f5f9287b..5a908acf8c 100644
--- a/doc/crypto/BIO_s_accept.pod
+++ b/doc/crypto/BIO_s_accept.pod
@@ -154,7 +154,7 @@ BIO_set_accept_name(), BIO_set_accept_port(), BIO_set_nbio_accept(),
BIO_set_accept_bios(), and BIO_set_bind_mode(), return 1 for success and 0 or
-1 for failure.
-BIO_set_accept_name() returns the accept name or NULL on error.
+BIO_get_accept_name() returns the accept name or NULL on error.
BIO_get_accept_port() returns the port as a string or NULL on error.