r4331 - trunk/varnish-cache/man

tfheen at projects.linpro.no tfheen at projects.linpro.no
Tue Oct 13 17:43:55 CEST 2009


Author: tfheen
Date: 2009-10-13 17:43:55 +0200 (Tue, 13 Oct 2009)
New Revision: 4331

Modified:
   trunk/varnish-cache/man/vcl.7so
Log:
Document string concatenation

Fixes #420


Modified: trunk/varnish-cache/man/vcl.7so
===================================================================
--- trunk/varnish-cache/man/vcl.7so	2009-10-13 15:26:18 UTC (rev 4330)
+++ trunk/varnish-cache/man/vcl.7so	2009-10-13 15:43:55 UTC (rev 4331)
@@ -60,6 +60,9 @@
 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
+Strings are concatenated by just putting them one after each other
+without any operator in between.
+.Pp
 Assignments are introduced with the
 .Cm set
 keyword.



More information about the varnish-commit mailing list