]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Release Notes: fix typo
authorAmos Jeffries <squid3@treenet.co.nz>
Mon, 22 Jul 2013 05:15:37 +0000 (23:15 -0600)
committerAmos Jeffries <squid3@treenet.co.nz>
Mon, 22 Jul 2013 05:15:37 +0000 (23:15 -0600)
doc/release-notes/release-3.4.html
doc/release-notes/release-3.4.sgml

index f125d1faa42578e23b1bdde05b7e7de327c4b1da..93c51b5f399c66fdcd4764e7f00bc83fbc98465f 100644 (file)
@@ -261,7 +261,7 @@ report.</P>
 <P>There have been changes to Squid's configuration file since Squid-3.3.</P>
 
 <P>Squid supports reading configuration option parameters from external
-files using the syntax <EM>parameters(\"/path/filename\")</EM>. For example:
+files using the syntax <EM>parameters("/path/filename")</EM>. For example:
 <PRE>
     acl whitelist dstdomain parameters("/etc/squid/whitelist.txt")
 </PRE>
index 2bbce2bcf54b435ea1fb002d6d7999cc7a05ef87..f6b41991edcbc23c0d5005cdc552d7fba694a351 100644 (file)
@@ -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.
 
 <p>Squid supports reading configuration option parameters from external
-   files using the syntax <em>parameters(\"/path/filename\")</em>. For example:
+   files using the syntax <em>parameters("/path/filename")</em>. For example:
 <verb>
     acl whitelist dstdomain parameters("/etc/squid/whitelist.txt")
 </verb>