]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Docs: fix version typo in wccp_address, wccp2_address directives (#595)
authortomofumi-yoshida <51390036+tomofumi-yoshida@users.noreply.github.com>
Sat, 11 Apr 2020 01:00:00 +0000 (01:00 +0000)
committerAmos Jeffries <yadij@users.noreply.github.com>
Tue, 14 Apr 2020 08:56:27 +0000 (20:56 +1200)
The descriptions of wccp_address and wccp2_address directives were
reversed.

src/cf.data.pre

index 8ad6e87f307f8c3e50b962f87361f4a4e1764154..26ef5760b9c1c029f3f82d0019a63c53ba4cc481 100644 (file)
@@ -7609,7 +7609,7 @@ DEFAULT: 0.0.0.0
 DEFAULT_DOC: Address selected by the operating system.
 IFDEF: USE_WCCP
 DOC_START
-       Use this option if you require WCCPv2 to use a specific
+       Use this option if you require WCCP(v1) to use a specific
        interface address.
 
        The default behavior is to not bind to any specific address.
@@ -7622,7 +7622,7 @@ DEFAULT: 0.0.0.0
 DEFAULT_DOC: Address selected by the operating system.
 IFDEF: USE_WCCPv2
 DOC_START
-       Use this option if you require WCCP to use a specific
+       Use this option if you require WCCPv2 to use a specific
        interface address.
 
        The default behavior is to not bind to any specific address.