[experimental-ims] 4f9e61d Explicitly document that concatenation is only supported for the builtins.

Geoff Simmons geoff at varnish-cache.org
Mon Jan 9 21:52:32 CET 2012


commit 4f9e61d652c42f9a7b8650fd4c2ecbb204db031a
Author: Andreas Plesner Jacobsen <apj at mutt.dk>
Date:   Thu Nov 10 22:49:57 2011 +0100

    Explicitly document that concatenation is only supported for the builtins.
    
    Fixes #1042

diff --git a/doc/sphinx/reference/vcl.rst b/doc/sphinx/reference/vcl.rst
index 743d5f2..016e84f 100644
--- a/doc/sphinx/reference/vcl.rst
+++ b/doc/sphinx/reference/vcl.rst
@@ -640,8 +640,11 @@ default code.
 
 Multiple subroutines
 ~~~~~~~~~~~~~~~~~~~~
-If multiple subroutines with the same name are defined, they are
-concatenated in the order in which the appear in the source.
+If multiple subroutines with the the name of one of the builtin
+ones are defined, they are concatenated in the order in which they
+appear in the source.
+The default versions distributed with Varnish will be implicitly
+concatenated as a last resort at the end.
 
 Example:::
 
@@ -667,8 +670,6 @@ Example:::
 	  }
 	}
 
-The builtin default subroutines are implicitly appended in this way.
-
 Variables
 ~~~~~~~~~
 



More information about the varnish-commit mailing list