]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Correct SSLCipherSuite + documentation (move rather than add)
authorDaniel Ruggeri <druggeri@apache.org>
Sat, 31 Mar 2012 02:26:31 +0000 (02:26 +0000)
committerDaniel Ruggeri <druggeri@apache.org>
Sat, 31 Mar 2012 02:26:31 +0000 (02:26 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1307698 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_ssl.xml

index 43189bebccb136ed556059849a19775ccab5592f..f28b9b031ce0b1225cd5cd0628e9a864d050287a 100644 (file)
@@ -675,7 +675,7 @@ together with prefixes to form the <em>cipher-spec</em>. Available
 prefixes are:</p>
 <ul>
 <li>none: add cipher to list</li>
-<li><code>+</code>: add ciphers to list and pull them to current location in list</li>
+<li><code>+</code>: move matching ciphers to the current location in list</li>
 <li><code>-</code>: remove cipher from list (can be added later again)</li>
 <li><code>!</code>: kill cipher from list completely (can <strong>not</strong> be added later again)</li>
 </ul>