[experimental-ims] 4b3da05 Fix up varnishlog matching example

Geoff Simmons geoff at varnish-cache.org
Fri Jul 8 11:47:49 CEST 2011


commit 4b3da0568508ed00d046b93bc77c44111d65ca28
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