r2746 - trunk/varnish-cache/man
    phk at projects.linpro.no 
    phk at projects.linpro.no
       
    Fri Jun 20 16:51:51 CEST 2008
    
    
  
Author: phk
Date: 2008-06-20 16:51:51 +0200 (Fri, 20 Jun 2008)
New Revision: 2746
Modified:
   trunk/varnish-cache/man/vcl.7
Log:
Mention that strings use %xx escapes in VCL.
Closes 252
Modified: trunk/varnish-cache/man/vcl.7
===================================================================
--- trunk/varnish-cache/man/vcl.7	2008-06-20 14:47:50 UTC (rev 2745)
+++ trunk/varnish-cache/man/vcl.7	2008-06-20 14:51:51 UTC (rev 2746)
@@ -57,7 +57,7 @@
 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
    
    
More information about the varnish-commit
mailing list