summaryrefslogtreecommitdiffstats
path: root/doc/man3/BIO_s_accept.pod
diff options
context:
space:
mode:
authorDr. David von Oheimb <David.von.Oheimb@siemens.com>2021-05-22 12:02:00 +0200
committerDr. David von Oheimb <dev@ddvo.net>2021-05-29 07:47:03 +0200
commitd318fc954524e413148baa5fa1620f85fb008100 (patch)
tree169f144a3461e87bcb70f85b39daf42a0d52b08b /doc/man3/BIO_s_accept.pod
parentd357dd51cbea662792b0816f441718b7fb66bd49 (diff)
DOC: Slightly improve the documentation of BIO_lookup() and related functions
Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/15417)
Diffstat (limited to 'doc/man3/BIO_s_accept.pod')
-rw-r--r--doc/man3/BIO_s_accept.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/man3/BIO_s_accept.pod b/doc/man3/BIO_s_accept.pod
index f49eb532fc..be1aaabb99 100644
--- a/doc/man3/BIO_s_accept.pod
+++ b/doc/man3/BIO_s_accept.pod
@@ -73,7 +73,7 @@ connect BIOs, that is it can be a numerical port string or a
string to lookup using getservbyname() and a string table.
BIO_set_accept_port() uses the string B<port> to set the accept
-port. "port" has the same syntax as the port specified in
+port of BIO I<b>. "port" has the same syntax as the port specified in
BIO_set_conn_port() for connect BIOs, that is it can be a numerical
port string or a string to lookup using getservbyname() and a string
table.