From: Fabian Keil <fk@fabiankeil.de> Date: Sat, 1 May 2010 18:21:30 +0000 (+0000) Subject: Explicitly mention how to match any URL. X-Git-Tag: v_3_0_17~158 X-Git-Url: http://www.privoxy.org/gitweb/%22https:/faq/@default-cgi@/static/diff?a=commitdiff_plain;h=cd6695ddabcfa6c6319f3f9a0b28770767977ae1;p=privoxy.git Explicitly mention how to match any URL. --- diff --git a/doc/source/user-manual.sgml b/doc/source/user-manual.sgml index 4c4fee6f..67d39fbe 100644 --- a/doc/source/user-manual.sgml +++ b/doc/source/user-manual.sgml @@ -34,7 +34,7 @@ This file belongs into ijbswa.sourceforge.net:/home/groups/i/ij/ijbswa/htdocs/ - $Id: user-manual.sgml,v 2.122 2010/02/19 15:22:47 fabiankeil Exp $ + $Id: user-manual.sgml,v 2.123 2010/02/19 16:00:38 fabiankeil Exp $ Copyright (C) 2001-2010 Privoxy Developers http://www.privoxy.org/ See LICENSE. @@ -60,7 +60,7 @@ </subscript> </pubdate> -<pubdate>$Id: user-manual.sgml,v 2.122 2010/02/19 15:22:47 fabiankeil Exp $</pubdate> +<pubdate>$Id: user-manual.sgml,v 2.123 2010/02/19 16:00:38 fabiankeil Exp $</pubdate> <!-- @@ -2561,6 +2561,15 @@ for details. </para> </listitem> </varlistentry> + <varlistentry> + <term><literal>/</literal></term> + <listitem> + <para> + Matches any URL because there's no requirement for either the + domain or the path to match anything. + </para> + </listitem> + </varlistentry> <varlistentry> <term><literal>:8000/</literal></term> <listitem> @@ -8824,6 +8833,9 @@ In file: user.action <guibutton>[ View ]</guibutton> <guibutton>[ Edit ]</guibut USA $Log: user-manual.sgml,v $ + Revision 2.123 2010/02/19 16:00:38 fabiankeil + Even more fixes. + Revision 2.122 2010/02/19 15:22:47 fabiankeil Add missing word.