]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
grammatical nitpicks courtesy of Ray Phillips.
authorwessels <>
Wed, 4 Aug 2004 21:54:30 +0000 (21:54 +0000)
committerwessels <>
Wed, 4 Aug 2004 21:54:30 +0000 (21:54 +0000)
src/cf.data.pre

index 606d8560e42eef8f478bfcbb1dcdfcf4d2a4b777..bb3750cfa5ff100c18b388debb9f6824abb6f2f5 100644 (file)
@@ -1,6 +1,6 @@
 
 #
-# $Id: cf.data.pre,v 1.351 2004/04/30 20:41:09 wessels Exp $
+# $Id: cf.data.pre,v 1.352 2004/08/04 15:54:30 wessels Exp $
 #
 #
 # SQUID Web Proxy Cache          http://www.squid-cache.org/
@@ -365,8 +365,8 @@ DOC_START
 
        The default behavior is to not bind to any specific address.
 
-       A udp_incoming_address value of 0.0.0.0 indicates that Squid should
-       listen for UDP messages on all available interfaces.
+       A udp_incoming_address value of 0.0.0.0 indicates Squid
+       should listen for UDP messages on all available interfaces.
 
        If udp_outgoing_address is set to 255.255.255.255 (the default)
        then it will use the same socket as udp_incoming_address. Only
@@ -3430,8 +3430,8 @@ DOC_START
                never_direct deny local-servers
                never_direct allow all
        
-       or if squid is inside a firewall and there is local intranet
-       servers inside the firewall then use something like:
+       or if squid is inside a firewall and there are local intranet
+       servers inside the firewall use something like:
 
                acl local-intranet dstdomain .foo.net
                acl local-external dstdomain external.foo.net