summaryrefslogtreecommitdiffstats
path: root/doc/man3/SSL_set1_host.pod
diff options
context:
space:
mode:
authorRich Salz <rsalz@akamai.com>2019-09-27 13:17:09 -0400
committerPauli <paul.dale@oracle.com>2019-10-03 10:33:54 +1000
commit9c0586d5fc7988d2f8544f7884572a3b430406f6 (patch)
treee591f47e8c70c423e4cdf4a98ef847a1e3a296c9 /doc/man3/SSL_set1_host.pod
parent60a7817cacacf4b30a16414479789c2774360782 (diff)
Fix errors found by new find-doc-nits
Also patch find-doc-nits to ignore a Microsoft trademark and not flag it as a spelling error. Reviewed-by: Richard Levitte <levitte@openssl.org> Reviewed-by: Paul Dale <paul.dale@oracle.com> (Merged from https://github.com/openssl/openssl/pull/10023)
Diffstat (limited to 'doc/man3/SSL_set1_host.pod')
-rw-r--r--doc/man3/SSL_set1_host.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/man3/SSL_set1_host.pod b/doc/man3/SSL_set1_host.pod
index 98bc6fd48c..d05127deaa 100644
--- a/doc/man3/SSL_set1_host.pod
+++ b/doc/man3/SSL_set1_host.pod
@@ -19,7 +19,7 @@ SSL server verification parameters
These functions configure server hostname checks in the SSL client.
SSL_set1_host() sets the expected DNS hostname to B<name> clearing
-any previously specified host name or names. If B<name> is NULL,
+any previously specified hostname. If B<name> is NULL,
or the empty string the list of hostnames is cleared, and name
checks are not performed on the peer certificate. When a non-empty
B<name> is specified, certificate verification automatically checks