Commit 29a9e79dc7 for openssl.org

commit 29a9e79dc7a2b7d865969012a58c57217f8adf09
Author: Bob Beck <beck@obtuse.com>
Date:   Sat Feb 21 09:30:16 2026 -0700

    Update doc/man3/X509_VERIFY_PARAM_set_flags.pod

    Co-authored-by: Viktor Dukhovni <viktor1ghub@dukhovni.org>

    Reviewed-by: Neil Horman <nhorman@openssl.org>
    Reviewed-by: Viktor Dukhovni <viktor@openssl.org>
    MergeDate: Tue Feb 24 14:04:55 2026
    (Merged from https://github.com/openssl/openssl/pull/29612)

diff --git a/doc/man3/X509_VERIFY_PARAM_set_flags.pod b/doc/man3/X509_VERIFY_PARAM_set_flags.pod
index c25f0fe21f..d8d7fae590 100644
--- a/doc/man3/X509_VERIFY_PARAM_set_flags.pod
+++ b/doc/man3/X509_VERIFY_PARAM_set_flags.pod
@@ -272,7 +272,7 @@ when any one of the specified RFC822 or SMTPUTF8 names matches a corresponding e
 address SAN in the certificate.

 X509_VERIFY_PARAM_set1_email() calls X509_VERIFY_PARAM_set_rfc822(), and
-X509_VERIFY_PARAM_set_smtputf8() and succeeds if any call succeeds.
+X509_VERIFY_PARAM_set_smtputf8() and succeeds if either call succeeds.

 X509_VERIFY_PARAM_get1_ip_asc() returns the expected IP address as a string.
 The caller is responsible for freeing it.