Add changes from 3.0.6-2, 3.0.6-3 and several unreleased changes
[privoxy.git] / debian / patches / 29_usermanual.dpatch
1 #! /bin/sh /usr/share/dpatch/dpatch-run
2 ## 29_usermanual.dpatch by Roland Rosenfeld <roland@debian.org>
3 ##
4 ## All lines beginning with `## DP:' are a description of the patch.
5 ## DP: fix some broken markup in user-manual.sgml
6
7 @DPATCH@
8 diff -urNad privoxy~/doc/source/user-manual.sgml privoxy/doc/source/user-manual.sgml
9 --- privoxy~/doc/source/user-manual.sgml
10 +++ privoxy/doc/source/user-manual.sgml
11 @@ -452,7 +452,7 @@
12    <listitem>
13     <para>
14      Header filtering can be done with dedicated header filters now. As a result
15 -    the actions <q>filter-client-headers</q> and <q>filter-server-headers</q>
16 +    the actions <quote>filter-client-headers</quote> and <quote>filter-server-headers</quote>
17      that were introduced with <application>Privoxy 3.0.5</application> to apply
18      the content filters to the headers as, well have been removed again.
19     </para>
20 @@ -2442,8 +2442,6 @@
21  
22  </sect3>
23  
24 -</sect2>
25 -
26  <!--  ~  End section  ~  -->
27  
28  
29 @@ -4079,7 +4077,7 @@
30      <listitem>
31       <para>
32        <quote>forward-socks4a 127.0.0.1:9050 .</quote> to use the socks4a proxy listening at 127.0.0.1 port 9050.
33 -      Replace <q>forward-socks4a</q> with <q>forward-socks4</q> to use a socks4 connection  (with local DNS
34 +      Replace <quote>forward-socks4a</quote> with <quote>forward-socks4</quote> to use a socks4 connection  (with local DNS
35        resolution) instead.
36       </para>
37      </listitem>
38 @@ -4087,7 +4085,7 @@
39       <para>
40        <quote>forward-socks4a 127.0.0.1:9050 proxy.example.org:8000</quote> to use the socks4a proxy
41        listening at 127.0.0.1 port 9050 to reach the HTTP proxy listening at proxy.example.org port 8000.
42 -      Replace <q>forward-socks4a</q> with <q>forward-socks4</q> to use a socks4 connection  (with local DNS
43 +      Replace <quote>forward-socks4a</quote> with <quote>forward-socks4</quote> to use a socks4 connection  (with local DNS
44        resolution) instead.
45       </para>
46      </listitem>
47 @@ -4116,7 +4114,7 @@
48       to exit.
49      </para>
50      <para>
51 -     Use the <link linkend="http://config.privoxy.org/show-url-info">show-url-info CGI page</link>
52 +     Use the <ulink url="http://config.privoxy.org/show-url-info">show-url-info CGI page</ulink>
53       to verify that your forward settings do what you thought the do.
54      </para>
55     </warning>