Explicitly document that concatenation is only supported for the builtins.

Fixes #1042
parent 921f14b2
......@@ -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
~~~~~~~~~
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment