From 965d318164f430a1b1680f205616954aac2faace Mon Sep 17 00:00:00 2001 From: "Mark E. Haase" Date: Wed, 28 Dec 2011 16:47:30 -0500 Subject: Help docs have ~r as an example but ~r isn't valid. I think it's supposed to be ~q. --- doc-src/filters.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc-src') diff --git a/doc-src/filters.html b/doc-src/filters.html index b5e3ebf8..2424c6f8 100644 --- a/doc-src/filters.html +++ b/doc-src/filters.html @@ -26,9 +26,9 @@ URL containing "google.com": Requests whose body contains the string "test": - ~r ~b test + ~q ~b test Anything but requests with a text/html content type: - !(~r & ~t \"text/html\") + !(~q & ~t \"text/html\") -- cgit v1.2.3