]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Minor cleanups of the external_acl_type documentation
authorhno <>
Wed, 3 Jul 2002 13:12:40 +0000 (13:12 +0000)
committerhno <>
Wed, 3 Jul 2002 13:12:40 +0000 (13:12 +0000)
src/cf.data.pre

index 6895dbe543defda491c94b222bf7aaf761786554..d184a4ae52e843daf0de91a2f537e8ccb23294f5 100644 (file)
@@ -1,6 +1,6 @@
 
 #
-# $Id: cf.data.pre,v 1.269 2002/07/03 06:56:15 hno Exp $
+# $Id: cf.data.pre,v 1.270 2002/07/03 07:12:40 hno Exp $
 #
 #
 # SQUID Web Proxy Cache          http://www.squid-cache.org/
@@ -1516,26 +1516,27 @@ DOC_START
                        list separator. ; can be any non-alphanumeric
                        character.
 
-       In addition, any string specified in the referencing acl will also be
-       included in the helper request line, after the specified formats
-       (see the acl directive)
+       In addition, any string specified in the referencing acl will
+       also be included in the helper request line, after the specified
+       formats (see the "acl external" directive)
 
-       The helper receives lines per the above FORMAT specification, and
-       returns OK or ERR indicating the validity of the request, and
-       optionally additional keywords with additional details.
+       The helper receives lines per the above format specification,
+       and returns lines starting with OK or ERR indicating the validity
+       of the request and optionally followed by additional keywords with
+       more details.
 
        General result syntax:
        
          OK/ERR keyword=value ...
 
-       Keywords:
+       Defined keywords:
 
          user=         The users name (login)
          error=        Error description (only defined for ERR results)
 
        Keyword values need to be enclosed in quotes if they may contain
        whitespace, or the whitespace escaped using \. Any quotes or \
-       characters in the result must be \ escaped.
+       characters within the keyword value must be \ escaped.
 DOC_END
 
 COMMENT_START