]> err.no Git - varnish/commitdiff
Mention that strings use %xx escapes in VCL.
authorphk <phk@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Fri, 20 Jun 2008 14:51:51 +0000 (14:51 +0000)
committerphk <phk@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Fri, 20 Jun 2008 14:51:51 +0000 (14:51 +0000)
Closes 252

git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@2746 d4fa192b-c00b-0410-8231-f00ffab90ce4

varnish-cache/man/vcl.7

index 387b23a8d18277951d494ac8c73b79457c62c47a..4dbbaf7f52ebbc13a20e0e15e237ac1f5c197bdf 100644 (file)
@@ -57,7 +57,7 @@ In addition to the C-like assignment (=), comparison (==) and boolean
 matching using the ~ operator.
 .Pp
 Unlike C and Perl, the backslash (\\) character has no special meaning
-in strings in VCL,
+in strings in VCL, which use the (%xx) escape mechanism just like URLs,
 so it can be freely used in regular expressions without doubling.
 .Pp
 Assignments are introduced with the