From 9e7ff1c42ebb2c6df51c6a9bdb12957e59288247 Mon Sep 17 00:00:00 2001
From: Jeff Trawick <trawick@apache.org>
Date: Thu, 27 Jun 2013 16:03:21 +0000
Subject: [PATCH] possibly improve the description of <code>none</code> added
 in r1497371

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1497414 13f79535-47bb-0310-9956-ffa450edef68
---
 docs/manual/mod/mod_authnz_ldap.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/docs/manual/mod/mod_authnz_ldap.xml b/docs/manual/mod/mod_authnz_ldap.xml
index d3ec2c07fb..358115fd9d 100644
--- a/docs/manual/mod/mod_authnz_ldap.xml
+++ b/docs/manual/mod/mod_authnz_ldap.xml
@@ -1301,9 +1301,9 @@ You can of course use search parameters on each of these.</p>
         will search for all objects in the tree. Filters are
         limited to approximately 8000 characters (the definition of
         <code>MAX_STRING_LEN</code> in the Apache source code). This
-        should be more than sufficient for any application. The word "none"
-        may be used to not use any filter, which may be required by some
-        primitive LDAP servers.</dd>
+        should be more than sufficient for any application. The keyword
+        <code>none</code> disables the use of a filter; this is required
+        by some primitive LDAP servers.</dd>
 </dl>
 
     <p>When doing searches, the attribute, filter and username passed
-- 
2.40.0