From: Fabian Keil <fk@fabiankeil.de>
Date: Mon, 11 Nov 2019 19:01:54 +0000 (+0100)
Subject: Add a missing 'client-specific-tag' directive
X-Git-Tag: v_3_0_29~570
X-Git-Url: http://www.privoxy.org/gitweb/%22https:/developer-manual/faq/@default-cgi@/static/coding.html?a=commitdiff_plain;h=f8e6e33a77893bf4f7c70353935c7d801f63438a;p=privoxy.git

Add a missing 'client-specific-tag' directive
---

diff --git a/doc/source/p-config.sgml b/doc/source/p-config.sgml
index 9bd21ebc..2acf7fe5 100644
--- a/doc/source/p-config.sgml
+++ b/doc/source/p-config.sgml
@@ -3679,7 +3679,7 @@ forward-socks4, forward-socks4a, forward-socks5 and forward-socks5t</title>
     # Define a couple of tags, the described effect requires action sections
     # that are enabled based on CLIENT-TAG patterns.
     client-specific-tag circumvent-blocks Overrule blocks but do not affect other actions
-    disable-content-filters Disable content-filters but do not affect other actions
+    client-specific-tag disable-content-filters Disable content-filters but do not affect other actions
 </screen>
   </listitem>
  </varlistentry>