From: Amos Jeffries Date: Mon, 22 Jul 2013 05:15:37 +0000 (-0600) Subject: Release Notes: fix typo X-Git-Tag: SQUID_3_4_0_1~6 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=2f5d7e279616473e10fa792ebbc4cb6f7dc48054;p=thirdparty%2Fsquid.git Release Notes: fix typo --- diff --git a/doc/release-notes/release-3.4.html b/doc/release-notes/release-3.4.html index f125d1faa4..93c51b5f39 100644 --- a/doc/release-notes/release-3.4.html +++ b/doc/release-notes/release-3.4.html @@ -261,7 +261,7 @@ report.

There have been changes to Squid's configuration file since Squid-3.3.

Squid supports reading configuration option parameters from external -files using the syntax parameters(\"/path/filename\"). For example: +files using the syntax parameters("/path/filename"). For example:

     acl whitelist dstdomain parameters("/etc/squid/whitelist.txt")
 
diff --git a/doc/release-notes/release-3.4.sgml b/doc/release-notes/release-3.4.sgml index 2bbce2bcf5..f6b41991ed 100644 --- a/doc/release-notes/release-3.4.sgml +++ b/doc/release-notes/release-3.4.sgml @@ -195,7 +195,7 @@ Most user-facing changes are reflected in squid.conf (see below). There have been changes to Squid's configuration file since Squid-3.3.

Squid supports reading configuration option parameters from external - files using the syntax parameters(\"/path/filename\"). For example: + files using the syntax parameters("/path/filename"). For example: acl whitelist dstdomain parameters("/etc/squid/whitelist.txt")