]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Correct bad exmaple in squid.conf. showing wrong parameter format.
authoramosjeffries <>
Sat, 15 Sep 2007 15:11:24 +0000 (15:11 +0000)
committeramosjeffries <>
Sat, 15 Sep 2007 15:11:24 +0000 (15:11 +0000)
src/cf.data.pre

index b4c88d7a63459db9b5e047a17a25878fcc9784cd..a1c6425ddd9b8f9b0d52e60992536c894dca5523 100644 (file)
@@ -1,6 +1,6 @@
 
 #
-# $Id: cf.data.pre,v 1.468 2007/09/15 03:15:05 rousskov Exp $
+# $Id: cf.data.pre,v 1.469 2007/09/15 09:11:24 amosjeffries Exp $
 #
 # SQUID Web Proxy Cache                http://www.squid-cache.org/
 # ----------------------------------------------------------
@@ -1556,7 +1556,7 @@ DOC_START
        applies for hostnames which do not match domains listed here.
 
 EXAMPLE:
-       cache_peer  parent cache.foo.org 3128 3130
+       cache_peer cache.foo.org parent 3128 3130
        neighbor_type_domain cache.foo.org sibling .com .net
        neighbor_type_domain cache.foo.org sibling .au .de
 DOC_END