[master] 7a28137 Fixup docs based on feedback.

Martin Blix Grydeland martin at varnish-cache.org
Wed Oct 2 13:13:25 CEST 2013


commit 7a28137b694234e4f4ee8e2107c890fb618103ce
Author: Martin Blix Grydeland <martin at varnish-software.com>
Date:   Wed Oct 2 11:14:33 2013 +0200

    Fixup docs based on feedback.

diff --git a/doc/sphinx/reference/vsl-query.rst b/doc/sphinx/reference/vsl-query.rst
index 73f69c3..5aa5793 100644
--- a/doc/sphinx/reference/vsl-query.rst
+++ b/doc/sphinx/reference/vsl-query.rst
@@ -80,7 +80,8 @@ QUERY LANGUAGE
 ==============
 
 A query expression consists of a record selection criteria, and
-optionally an operator and a value to match against ::
+optionally an operator and a value to match against the selected
+records. ::
 
   <record selection criteria> <operator> <operand>
 
@@ -232,4 +233,4 @@ QUERY EXPRESSION EXAMPLES
 * Transactions that has backend failures or long delivery time on
   their ESI subrequests. (Assumes request grouping mode). ::
 
-    BerespStatus >= 500 or {1+}ReqEnd[5] > 1.
+    BerespStatus >= 500 or {2+}ReqEnd[5] > 1.



More information about the varnish-commit mailing list