- 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>
/**********************************************************************
*
- * Address into database
+ * Address info database
*
*/
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