Small fixes
authorRichard Levitte <levitte@openssl.org>
Mon, 8 Feb 2016 20:42:00 +0000 (21:42 +0100)
committerRichard Levitte <levitte@openssl.org>
Mon, 8 Feb 2016 22:11:33 +0000 (23:11 +0100)
- 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>
crypto/bio/b_addr.c
doc/crypto/BIO_parse_hostserv.pod

index 39597b8651876f8b4d17989cfcceff0d38058291..b60d6acfa45eb7857e821f9c78e5c0e11a8ab345 100644 (file)
@@ -341,7 +341,7 @@ socklen_t BIO_ADDR_sockaddr_size(const BIO_ADDR *ap)
 
 /**********************************************************************
  *
- * Address into database
+ * Address info database
  *
  */
 
index 0c9cfbe1a39d7c47f8f1f130f1c4678c9270b640..56b71446837bc416c502ec2c161492a91a172016 100644 (file)
@@ -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