]> 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:31:24 +0000 (02:31 +0000)
committerDaniel Ruggeri <druggeri@apache.org>
Sat, 31 Mar 2012 02:31:24 +0000 (02:31 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@1307700 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_ssl.xml

index 8f8e21ee4fe838cd0aa2107689e92d4b11550ac0..14318108bd83d2e56e99817534bf955c65b1bcc3 100644 (file)
@@ -601,7 +601,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>