summaryrefslogtreecommitdiffstats
path: root/doc/man5
diff options
context:
space:
mode:
authorZack Williams <zdw@users.noreply.github.com>2017-03-17 18:43:53 -0700
committerRichard Levitte <levitte@openssl.org>2017-03-24 13:43:21 +0100
commita41815f05e71009d2a5148bd30b70f47186ed66b (patch)
tree764a0587e6aab8dec6b387b30c3b9caadd9688b1 /doc/man5
parentf5fd3848fe5033534b92d2d18ed6fbd16741a0a2 (diff)
"any" instead of "and"
The "and" should be an "any" Fixed in LibreSSL's docs: http://man.openbsd.org/man5/x509v3.cnf.5#Subject_alternative_name CLA: trivial Reviewed-by: Andy Polyakov <appro@openssl.org> Reviewed-by: Richard Levitte <levitte@openssl.org> (Merged from https://github.com/openssl/openssl/pull/2980)
Diffstat (limited to 'doc/man5')
-rw-r--r--doc/man5/x509v3_config.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/man5/x509v3_config.pod b/doc/man5/x509v3_config.pod
index e78cf7d760..17800ea87b 100644
--- a/doc/man5/x509v3_config.pod
+++ b/doc/man5/x509v3_config.pod
@@ -165,7 +165,7 @@ registered ID: OBJECT IDENTIFIER), B<IP> (an IP address), B<dirName>
(a distinguished name) and otherName.
The email option include a special 'copy' value. This will automatically
-include and email addresses contained in the certificate subject name in
+include any email addresses contained in the certificate subject name in
the extension.
The IP address used in the B<IP> options can be in either IPv4 or IPv6 format.