aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2016-02-08 21:42:00 +0100
committerRichard Levitte <levitte@openssl.org>2016-02-08 23:11:33 +0100
commite5a82bfd68f2de9b9b19ba37d59ef73a9b1fe193 (patch)
tree156c319515eb5ee4da243c4243539c1b0c543cf3 /doc
parent0fd2d5fa3c58e0a11f059becd1fcf063c05ea292 (diff)
downloadopenssl-e5a82bfd68f2de9b9b19ba37d59ef73a9b1fe193.tar.gz
Small fixes
- One typo fixed in crypto/bio/b_addr.c - Add a comment in doc/crypto/BIO_parse_hostserv.pod to explain the blank lines with one lonely space each. Reviewed-by: Andy Polyakov <appro@openssl.org>
Diffstat (limited to 'doc')
-rw-r--r--doc/crypto/BIO_parse_hostserv.pod5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/crypto/BIO_parse_hostserv.pod b/doc/crypto/BIO_parse_hostserv.pod
index 0c9cfbe1a3..56b7144683 100644
--- a/doc/crypto/BIO_parse_hostserv.pod
+++ b/doc/crypto/BIO_parse_hostserv.pod
@@ -42,6 +42,11 @@ The service part can be a service name or its port number.
The returned values will depend on the given B<hostserv> string
and B<hostserv_prio>, as follows:
+=for comment
+The following is ONE verbatim block. To make sure it's rendered as
+one block and not several, the blank lines in between have one space.
+They should be left as is.
+
host + ':' + service => *host = "host", *service = "service"
host + ':' + '*' => *host = "host", *service = NULL
host + ':' => *host = "host", *service = NULL