From: tomofumi-yoshida <51390036+tomofumi-yoshida@users.noreply.github.com> Date: Sat, 11 Apr 2020 01:00:00 +0000 (+0000) Subject: Docs: fix version typo in wccp_address, wccp2_address directives (#595) X-Git-Tag: 4.15-20210522-snapshot~140 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=dfd5ce0a770a078f19ea0cc0728de25c6fbff3d1;p=thirdparty%2Fsquid.git Docs: fix version typo in wccp_address, wccp2_address directives (#595) The descriptions of wccp_address and wccp2_address directives were reversed. --- diff --git a/src/cf.data.pre b/src/cf.data.pre index 1d0b734912..579efa728a 100644 --- a/src/cf.data.pre +++ b/src/cf.data.pre @@ -8023,7 +8023,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. @@ -8036,7 +8036,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.