]> granicus.if.org Git - apache/commitdiff
Correct SSLCipherSuite + documentation (move rather than add)
authorDaniel Ruggeri <druggeri@apache.org>
Sat, 31 Mar 2012 00:58:20 +0000 (00:58 +0000)
committerDaniel Ruggeri <druggeri@apache.org>
Sat, 31 Mar 2012 00:58:20 +0000 (00:58 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1307670 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_ssl.xml

index 87b2c388289cfba503bec1be4bd97a180c362cd5..05667db926416a0d2a1b63c0cec6db35947d5f30 100644 (file)
@@ -709,7 +709,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>