]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Documentation clarification
authorAmos Jeffries <squid3@treenet.co.nz>
Tue, 21 Dec 2010 00:03:44 +0000 (17:03 -0700)
committerAmos Jeffries <squid3@treenet.co.nz>
Tue, 21 Dec 2010 00:03:44 +0000 (17:03 -0700)
src/cf.data.pre

index cba7316aacc6c03dd1b8a56cbbeba9961cc604df..af58303e8c4c83e9dc1815a2fcefa0959b67334f 100644 (file)
@@ -1839,8 +1839,8 @@ DOC_START
                        which parent to fectch from. If the rtt is less than the
                        base time the rtt is set to a minimal value.
        
-       ttl=N           Specify a IP multicast TTL to use when sending an ICP
-                       queries to this address.
+       ttl=N           Specify a TTL to use when sending multicast ICP queries
+                       to this address.
                        Only useful when sending to a multicast group.
                        Because we don't accept ICP replies from random
                        hosts, you must configure other group members as
@@ -2344,8 +2344,8 @@ DOC_START
 
        no-store, no new objects should be stored to this cache_dir
 
-       max-size=n, refers to the max object size this storedir supports.
-       It is used to initially choose the storedir to dump the object.
+       max-size=n, refers to the max object size in bytes this cache_dir
+       supports.  It is used to select the cache_dir to store the object.
        Note: To make optimal use of the max-size limits you should order
        the cache_dir lines with the smallest max-size value first and the
        ones with no max-size specification last.