[3.0] 48874f8 Fix up varnishlog matching example

Tollef Fog Heen tfheen at varnish-cache.org
Mon Jun 27 10:00:12 CEST 2011


commit 48874f83e7d36b5a3061ee8530f311cfab903341
Author: Tollef Fog Heen <tfheen at varnish-software.com>
Date:   Mon Jun 27 10:00:03 2011 +0200

    Fix up varnishlog matching example

diff --git a/doc/sphinx/reference/varnishlog.rst b/doc/sphinx/reference/varnishlog.rst
index 8f67765..c0d73c9 100644
--- a/doc/sphinx/reference/varnishlog.rst
+++ b/doc/sphinx/reference/varnishlog.rst
@@ -149,7 +149,7 @@ The following command line simply copies all log entries to a log file:::
 
 The following command line reads that same log file and displays requests for the front page:::
 
-    $ varnishlog -r /var/log/varnish.log -c -o RxURL '^/$'
+    $ varnishlog -r /var/log/varnish.log -c -m 'RxURL:^/$'
 
 SEE ALSO
 ========



More information about the varnish-commit mailing list