From: Fabian Keil <fk@fabiankeil.de>
Date: Sat, 16 Aug 2008 09:00:52 +0000 (+0000)
Subject: Fix example URL pattern (once more with feeling).
X-Git-Tag: v_3_0_10~9
X-Git-Url: http://www.privoxy.org/gitweb/%22https:/@default-cgi@/man-page/static/gitweb.js?a=commitdiff_plain;h=1e5f3f82a4a11866b21f98a38db1a9946ebeefad;p=privoxy.git

Fix example URL pattern (once more with feeling).
---

diff --git a/doc/source/user-manual.sgml b/doc/source/user-manual.sgml
index 6172c9e8..f7a66c5d 100644
--- a/doc/source/user-manual.sgml
+++ b/doc/source/user-manual.sgml
@@ -33,7 +33,7 @@
                 This file belongs into
                 ijbswa.sourceforge.net:/home/groups/i/ij/ijbswa/htdocs/
 
- $Id: user-manual.sgml,v 2.80 2008/07/18 16:54:30 fabiankeil Exp $
+ $Id: user-manual.sgml,v 2.81 2008/08/16 08:51:28 fabiankeil Exp $
 
  Copyright (C) 2001-2008 Privoxy Developers http://www.privoxy.org/
  See LICENSE.
@@ -59,7 +59,7 @@
  </subscript>
 </pubdate>
 
-<pubdate>$Id: user-manual.sgml,v 2.80 2008/07/18 16:54:30 fabiankeil Exp $</pubdate>
+<pubdate>$Id: user-manual.sgml,v 2.81 2008/08/16 08:51:28 fabiankeil Exp $</pubdate>
 
 <!--
 
@@ -2285,7 +2285,7 @@ for details.
   </listitem>
  </varlistentry>
  <varlistentry>
-  <term><literal>www.example.com/index.html$</literal></term>
+  <term><literal>www.example.com/index.html</literal></term>
   <listitem>
    <para>
     matches all the documents on <literal>www.example.com</literal>
@@ -8584,6 +8584,9 @@ In file: user.action <guibutton>[ View ]</guibutton> <guibutton>[ Edit ]</guibut
  USA
 
  $Log: user-manual.sgml,v $
+ Revision 2.81  2008/08/16 08:51:28  fabiankeil
+ Update version-related entities.
+
  Revision 2.80  2008/07/18 16:54:30  fabiankeil
  Remove erroneous whitespace in documentation link.
  Reported by John Chronister in #2021611.