]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Add an 's' in 2 directives name to match code and be consistent with the non-proxy...
authorChristophe Jaillet <jailletc36@apache.org>
Sat, 25 Dec 2021 08:10:45 +0000 (08:10 +0000)
committerChristophe Jaillet <jailletc36@apache.org>
Sat, 25 Dec 2021 08:10:45 +0000 (08:10 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1896373 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_tls.xml

index 18c00c0532c9cf87a46f62e240a0e6486a1be75a..2f0973165b9a345f0e381231ad94dcdbed33e181 100644 (file)
@@ -530,9 +530,9 @@ TLSCiphersSuppress ECDHE-ECDSA-CHACHA20-POLY1305
     </directivesynopsis>
 
     <directivesynopsis>
-        <name>TLSProxyCipherPrefer</name>
+        <name>TLSProxyCiphersPrefer</name>
         <description>defines ciphers that are preferred for a proxy connection.</description>
-        <syntax>TLSProxyCipherPrefer cipher(-list)</syntax>
+        <syntax>TLSProxyCiphersPrefer <em>cipher(-list)</em></syntax>
         <contextlist>
             <context>server config</context>
             <context>virtual host</context>
@@ -549,9 +549,9 @@ TLSCiphersSuppress ECDHE-ECDSA-CHACHA20-POLY1305
     </directivesynopsis>
 
     <directivesynopsis>
-        <name>TLSProxyCipherSuppress</name>
+        <name>TLSProxyCiphersSuppress</name>
         <description>defines ciphers that are not to be used for a proxy connection.</description>
-        <syntax>TLSProxyCipherSuppress cipher(-list)</syntax>
+        <syntax>TLSProxyCiphersSuppress <em>cipher(-list)</em></syntax>
         <contextlist>
             <context>server config</context>
             <context>virtual host</context>