Add LSB compliance to init.d script (INIT INFO and status).
[privoxy.git] / debian / patches / 23_fix_faq_id.dpatch
1 #! /bin/sh /usr/share/dpatch/dpatch-run
2 ## 23_fix_faq_id.dpatch by Roland Rosenfeld <roland@debian.org>
3 ##
4 ## All lines beginning with `## DP:' are a description of the patch.
5 ## DP: Fix value of id attribute in <sect2> tag (no underscore allowed).
6
7 @DPATCH@
8 diff -urNad privoxy~/doc/source/faq.sgml privoxy/doc/source/faq.sgml
9 --- privoxy~/doc/source/faq.sgml
10 +++ privoxy/doc/source/faq.sgml
11 @@ -149,7 +149,7 @@
12  <!--   ~~~~~       New section      ~~~~~     -->
13  
14  <sect1 id="general"><title>General Information</title>
15 -<sect2 renderas="sect3" id="who_uses"><title>Who should use Privoxy?</title>
16 +<sect2 renderas="sect3" id="whouses"><title>Who should use Privoxy?</title>
17   <para>
18    Anyone that is interested in security, privacy, or in 
19    finer-grained control over their web and Internet experience.