Commit a11b5ae0d2 for openssl.org

commit a11b5ae0d2481d5ab4d6275dcef0ec08131360c6
Author: Andrew Dinh <andrewd@openssl.org>
Date:   Fri Dec 19 00:12:06 2025 +0700

    SSL3 documentation nits

    Reviewed-by: Eugene Syromiatnikov <esyr@openssl.org>
    Reviewed-by: Neil Horman <nhorman@openssl.org>
    Reviewed-by: Viktor Dukhovni <viktor@openssl.org>
    Reviewed-by: Saša NedvÄ›dický <sashan@openssl.org>
    (Merged from https://github.com/openssl/openssl/pull/29338)

diff --git a/doc/man3/SSL_CONF_cmd.pod b/doc/man3/SSL_CONF_cmd.pod
index 5813d59128..3b84f16074 100644
--- a/doc/man3/SSL_CONF_cmd.pod
+++ b/doc/man3/SSL_CONF_cmd.pod
@@ -309,9 +309,9 @@ Attempts to use B<file> as the set of temporary DH parameters for
 the appropriate context. This option is only supported if certificate
 operations are permitted.

-=item B<-no_tls1>, B<-no_tls1_1>, B<-no_tls1_2>, B<-no_tls1_3>
+=item B<-no_ssl3>, B<-no_tls1>, B<-no_tls1_1>, B<-no_tls1_2>, B<-no_tls1_3>

-Disables protocol support for TLSv1.0, TLSv1.1, TLSv1.2 or TLSv1.3 by
+Disables protocol support for SSLv3, TLSv1.0, TLSv1.1, TLSv1.2 or TLSv1.3 by
 setting the corresponding options B<SSL_OP_NO_SSLv3>, B<SSL_OP_NO_TLSv1>,
 B<SSL_OP_NO_TLSv1_1>, B<SSL_OP_NO_TLSv1_2> and B<SSL_OP_NO_TLSv1_3>
 respectively. These options are deprecated, use B<-min_protocol> and