From 09f9179b5bea888b6da677b44dcc1c1c00ae795e Mon Sep 17 00:00:00 2001
From: Daniel Ruggeri
Date: Sat, 31 Mar 2012 00:58:20 +0000
Subject: [PATCH] Correct SSLCipherSuite + documentation (move rather than add)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1307670 13f79535-47bb-0310-9956-ffa450edef68
---
docs/manual/mod/mod_ssl.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/manual/mod/mod_ssl.xml b/docs/manual/mod/mod_ssl.xml
index 87b2c388289..05667db9264 100644
--- a/docs/manual/mod/mod_ssl.xml
+++ b/docs/manual/mod/mod_ssl.xml
@@ -709,7 +709,7 @@ together with prefixes to form the cipher-spec. Available
prefixes are:
- none: add cipher to list
-+: add ciphers to list and pull them to current location in list
++: move matching ciphers to the current location in list
-: remove cipher from list (can be added later again)
!: kill cipher from list completely (can not be added later again)
--
2.47.3