Rebuild docs with recent changes
authorFabian Keil <fk@fabiankeil.de>
Sat, 23 Jan 2016 12:00:40 +0000 (12:00 +0000)
committerFabian Keil <fk@fabiankeil.de>
Sat, 23 Jan 2016 12:00:40 +0000 (12:00 +0000)
doc/webserver/developer-manual/index.html
doc/webserver/developer-manual/newrelease.html
doc/webserver/user-manual/actions-file.html
doc/webserver/user-manual/appendix.html
doc/webserver/user-manual/configuration.html
doc/webserver/user-manual/filter-file.html
doc/webserver/user-manual/index.html
doc/webserver/user-manual/startup.html

index c3e7b6c..f6cca5b 100644 (file)
 
                 <dt>6.3.9. <a href=
                 "newrelease.html#NEWRELEASE-FREEBSD">FreeBSD</a></dt>
 
                 <dt>6.3.9. <a href=
                 "newrelease.html#NEWRELEASE-FREEBSD">FreeBSD</a></dt>
-
-                <dt>6.3.10. <a href="newrelease.html#NEWRELEASE-HPUX">HP-UX
-                11</a></dt>
-
-                <dt>6.3.11. <a href="newrelease.html#NEWRELEASE-AMIGA">Amiga
-                OS</a></dt>
-
-                <dt>6.3.12. <a href=
-                "newrelease.html#NEWRELEASE-AIX">AIX</a></dt>
               </dl>
             </dd>
 
               </dl>
             </dd>
 
index 90c6681..8948c82 100644 (file)
         <h3 class="SECT3"><a name="NEWRELEASE-FREEBSD" id=
         "NEWRELEASE-FREEBSD">6.3.9. FreeBSD</a></h3>
 
         <h3 class="SECT3"><a name="NEWRELEASE-FREEBSD" id=
         "NEWRELEASE-FREEBSD">6.3.9. FreeBSD</a></h3>
 
-        <p>Login to Sourceforge's compile-farm via ssh:</p>
-
-        <table border="0" bgcolor="#E0E0E0" width="100%">
-          <tr>
-            <td>
-              <pre class="PROGRAMLISTING">
-  ssh cf.sourceforge.net
-</pre>
-            </td>
-          </tr>
-        </table>
-
-        <p>Choose the right operating system. When logged in, <span class=
-        "emphasis"><i class="EMPHASIS">make sure that you have freshly
-        exported the right version into an empty directory</i></span>. (See
-        "Building and releasing packages" above). Then run:</p>
-
-        <table border="0" bgcolor="#E0E0E0" width="100%">
-          <tr>
-            <td>
-              <pre class="PROGRAMLISTING">
-  cd current
-  autoheader &amp;&amp; autoconf &amp;&amp; ./configure
-</pre>
-            </td>
-          </tr>
-        </table>
-
-        <p>Then run:</p>
-
-        <table border="0" bgcolor="#E0E0E0" width="100%">
-          <tr>
-            <td>
-              <pre class="PROGRAMLISTING">
-  gmake freebsd-dist
-</pre>
-            </td>
-          </tr>
-        </table>
-
-        <p>which creates a gzip'ed tar archive. Sadly, you cannot use
-        <b class="COMMAND">make freebsd-upload</b> on the Sourceforge machine
-        (no ncftpput). You now have to manually upload the archive to
-        Sourceforge's ftp server and release the file publicly. Use the
-        release notes and Change Log from the source tarball package.</p>
-      </div>
-
-      <div class="SECT3">
-        <h3 class="SECT3"><a name="NEWRELEASE-HPUX" id=
-        "NEWRELEASE-HPUX">6.3.10. HP-UX 11</a></h3>
-
-        <p>First, <span class="emphasis"><i class="EMPHASIS">make sure that
-        you have freshly exported the right version into an empty
-        directory</i></span>. (See "Building and releasing packages" above).
-        Then run:</p>
-
-        <table border="0" bgcolor="#E0E0E0" width="100%">
-          <tr>
-            <td>
-              <pre class="PROGRAMLISTING">
-  cd current
-  autoheader &amp;&amp; autoconf &amp;&amp; ./configure
-</pre>
-            </td>
-          </tr>
-        </table>
-
-        <p>Then do FIXME.</p>
-      </div>
-
-      <div class="SECT3">
-        <h3 class="SECT3"><a name="NEWRELEASE-AMIGA" id=
-        "NEWRELEASE-AMIGA">6.3.11. Amiga OS</a></h3>
-
-        <p>First, <span class="emphasis"><i class="EMPHASIS">make sure that
-        you have freshly exported the right version into an empty
-        directory</i></span>. (See "Building and releasing packages" above).
-        Then run:</p>
-
-        <table border="0" bgcolor="#E0E0E0" width="100%">
-          <tr>
-            <td>
-              <pre class="PROGRAMLISTING">
-  cd current
-  autoheader &amp;&amp; autoconf &amp;&amp; ./configure
-</pre>
-            </td>
-          </tr>
-        </table>
-
-        <p>Then do FIXME.</p>
-      </div>
-
-      <div class="SECT3">
-        <h3 class="SECT3"><a name="NEWRELEASE-AIX" id=
-        "NEWRELEASE-AIX">6.3.12. AIX</a></h3>
-
-        <p>Login to Sourceforge's compilefarm via ssh:</p>
-
-        <table border="0" bgcolor="#E0E0E0" width="100%">
-          <tr>
-            <td>
-              <pre class="PROGRAMLISTING">
-  ssh cf.sourceforge.net
-</pre>
-            </td>
-          </tr>
-        </table>
-
-        <p>Choose the right operating system. When logged in, <span class=
-        "emphasis"><i class="EMPHASIS">make sure that you have freshly
-        exported the right version into an empty directory</i></span>. (See
-        "Building and releasing packages" above). Then run:</p>
-
-        <table border="0" bgcolor="#E0E0E0" width="100%">
-          <tr>
-            <td>
-              <pre class="PROGRAMLISTING">
-  cd current
-  autoheader &amp;&amp; autoconf &amp;&amp; ./configure
-</pre>
-            </td>
-          </tr>
-        </table>
-
-        <p>Then run:</p>
-
-        <table border="0" bgcolor="#E0E0E0" width="100%">
-          <tr>
-            <td>
-              <pre class="PROGRAMLISTING">
-  make aix-dist
-</pre>
-            </td>
-          </tr>
-        </table>
-
-        <p>which creates a gzip'ed tar archive. Sadly, you cannot use
-        <b class="COMMAND">make aix-upload</b> on the Sourceforge machine (no
-        ncftpput). You now have to manually upload the archive to
-        Sourceforge's ftp server and release the file publicly. Use the
-        release notes and Change Log from the source tarball package.</p>
+        <p>Update the www/privoxy port and submit a diff upstream. For
+        details see the <a href=
+        "https://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/"
+        target="_top">FreeBSD Porter's Handbook</a>.</p>
       </div>
     </div>
 
       </div>
     </div>
 
index e3e6de4..af876b2 100644 (file)
         in <tt class="FILENAME">default.action</tt> are:</p>
 
         <div class="TABLE">
         in <tt class="FILENAME">default.action</tt> are:</p>
 
         <div class="TABLE">
-          <a name="AEN2599" id="AEN2599"></a>
+          <a name="AEN2615" id="AEN2615"></a>
 
           <p><b>Table 1. Default Configurations</b></p>
 
 
           <p><b>Table 1. Default Configurations</b></p>
 
     actions</a>.</p>
 
     <div class="SECT2">
     actions</a>.</p>
 
     <div class="SECT2">
-      <h2 class="SECT2"><a name="AEN2698" id="AEN2698">8.1. Finding the Right
+      <h2 class="SECT2"><a name="AEN2714" id="AEN2714">8.1. Finding the Right
       Mix</a></h2>
 
       <p>Note that some <a href="actions-file.html#ACTIONS">actions</a>, like
       Mix</a></h2>
 
       <p>Note that some <a href="actions-file.html#ACTIONS">actions</a>, like
     </div>
 
     <div class="SECT2">
     </div>
 
     <div class="SECT2">
-      <h2 class="SECT2"><a name="AEN2705" id="AEN2705">8.2. How to
+      <h2 class="SECT2"><a name="AEN2721" id="AEN2721">8.2. How to
       Edit</a></h2>
 
       <p>The easiest way to edit the actions files is with a browser by using
       Edit</a></h2>
 
       <p>The easiest way to edit the actions files is with a browser by using
       </div>
 
       <div class="SECT3">
       </div>
 
       <div class="SECT3">
-        <h3 class="SECT3"><a name="AEN2899" id="AEN2899">8.4.2. The Path
+        <h3 class="SECT3"><a name="AEN2915" id="AEN2915">8.4.2. The Path
         Pattern</a></h3>
 
         <p><span class="APPLICATION">Privoxy</span> uses <span class=
         Pattern</a></h3>
 
         <p><span class="APPLICATION">Privoxy</span> uses <span class=
@@ -4513,7 +4513,7 @@ TAG:^image/
       </div>
 
       <div class="SECT3">
       </div>
 
       <div class="SECT3">
-        <h3 class="SECT3"><a name="AEN4638" id="AEN4638">8.5.36.
+        <h3 class="SECT3"><a name="AEN4654" id="AEN4654">8.5.36.
         Summary</a></h3>
 
         <p>Note that many of these actions have the potential to cause a page
         Summary</a></h3>
 
         <p>Note that many of these actions have the potential to cause a page
@@ -4672,7 +4672,7 @@ TAG:^image/
       together:</p>
 
       <div class="SECT3">
       together:</p>
 
       <div class="SECT3">
-        <h3 class="SECT3"><a name="AEN4702" id="AEN4702">8.7.1.
+        <h3 class="SECT3"><a name="AEN4718" id="AEN4718">8.7.1.
         match-all.action</a></h3>
 
         <p>Remember <span class="emphasis"><i class="EMPHASIS">all actions
         match-all.action</a></h3>
 
         <p>Remember <span class="emphasis"><i class="EMPHASIS">all actions
@@ -4721,7 +4721,7 @@ TAG:^image/
       </div>
 
       <div class="SECT3">
       </div>
 
       <div class="SECT3">
-        <h3 class="SECT3"><a name="AEN4724" id="AEN4724">8.7.2.
+        <h3 class="SECT3"><a name="AEN4740" id="AEN4740">8.7.2.
         default.action</a></h3>
 
         <p>If you aren't a developer, there's no need for you to edit the
         default.action</a></h3>
 
         <p>If you aren't a developer, there's no need for you to edit the
@@ -5064,7 +5064,7 @@ wiki.
       </div>
 
       <div class="SECT3">
       </div>
 
       <div class="SECT3">
-        <h3 class="SECT3"><a name="AEN4837" id="AEN4837">8.7.3.
+        <h3 class="SECT3"><a name="AEN4853" id="AEN4853">8.7.3.
         user.action</a></h3>
 
         <p>So far we are painting with a broad brush by setting general
         user.action</a></h3>
 
         <p>So far we are painting with a broad brush by setting general
index 362bdeb..5ac8c35 100644 (file)
     </div>
 
     <div class="SECT2">
     </div>
 
     <div class="SECT2">
-      <h2 class="SECT2"><a name="AEN5744" id="AEN5744">14.2. Privoxy's
+      <h2 class="SECT2"><a name="AEN5760" id="AEN5760">14.2. Privoxy's
       Internal Pages</a></h2>
 
       <p>Since <span class="APPLICATION">Privoxy</span> proxies each
       Internal Pages</a></h2>
 
       <p>Since <span class="APPLICATION">Privoxy</span> proxies each
 
       <ul>
         <li>
 
       <ul>
         <li>
-          <p>Privoxy main page:</p><a name="AEN5758" id="AEN5758"></a>
+          <p>Privoxy main page:</p><a name="AEN5774" id="AEN5774"></a>
 
           <blockquote class="BLOCKQUOTE">
             <p><a href="http://config.privoxy.org/" target=
 
           <blockquote class="BLOCKQUOTE">
             <p><a href="http://config.privoxy.org/" target=
 
         <li>
           <p>Show information about the current configuration, including
 
         <li>
           <p>Show information about the current configuration, including
-          viewing and editing of actions files:</p><a name="AEN5766" id=
-          "AEN5766"></a>
+          viewing and editing of actions files:</p><a name="AEN5782" id=
+          "AEN5782"></a>
 
           <blockquote class="BLOCKQUOTE">
             <p><a href="http://config.privoxy.org/show-status" target=
 
           <blockquote class="BLOCKQUOTE">
             <p><a href="http://config.privoxy.org/show-status" target=
         </li>
 
         <li>
         </li>
 
         <li>
-          <p>Show the source code version numbers:</p><a name="AEN5771" id=
-          "AEN5771"></a>
+          <p>Show the source code version numbers:</p><a name="AEN5787" id=
+          "AEN5787"></a>
 
           <blockquote class="BLOCKQUOTE">
             <p><a href="http://config.privoxy.org/show-version" target=
 
           <blockquote class="BLOCKQUOTE">
             <p><a href="http://config.privoxy.org/show-version" target=
         </li>
 
         <li>
         </li>
 
         <li>
-          <p>Show the browser's request headers:</p><a name="AEN5776" id=
-          "AEN5776"></a>
+          <p>Show the browser's request headers:</p><a name="AEN5792" id=
+          "AEN5792"></a>
 
           <blockquote class="BLOCKQUOTE">
             <p><a href="http://config.privoxy.org/show-request" target=
 
           <blockquote class="BLOCKQUOTE">
             <p><a href="http://config.privoxy.org/show-request" target=
         </li>
 
         <li>
         </li>
 
         <li>
-          <p>Show which actions apply to a URL and why:</p><a name="AEN5781"
-          id="AEN5781"></a>
+          <p>Show which actions apply to a URL and why:</p><a name="AEN5797"
+          id="AEN5797"></a>
 
           <blockquote class="BLOCKQUOTE">
             <p><a href="http://config.privoxy.org/show-url-info" target=
 
           <blockquote class="BLOCKQUOTE">
             <p><a href="http://config.privoxy.org/show-url-info" target=
           <span class="QUOTE">"off"</span>, <span class=
           "QUOTE">"Privoxy"</span> continues to run, but only as a
           pass-through proxy, with no actions taking place:</p><a name=
           <span class="QUOTE">"off"</span>, <span class=
           "QUOTE">"Privoxy"</span> continues to run, but only as a
           pass-through proxy, with no actions taking place:</p><a name=
-          "AEN5789" id="AEN5789"></a>
+          "AEN5805" id="AEN5805"></a>
 
           <blockquote class="BLOCKQUOTE">
             <p><a href="http://config.privoxy.org/toggle" target=
             "_top">http://config.privoxy.org/toggle</a></p>
           </blockquote>
 
 
           <blockquote class="BLOCKQUOTE">
             <p><a href="http://config.privoxy.org/toggle" target=
             "_top">http://config.privoxy.org/toggle</a></p>
           </blockquote>
 
-          <p>Short cuts. Turn off, then on:</p><a name="AEN5793" id=
-          "AEN5793"></a>
+          <p>Short cuts. Turn off, then on:</p><a name="AEN5809" id=
+          "AEN5809"></a>
 
           <blockquote class="BLOCKQUOTE">
             <p><a href="http://config.privoxy.org/toggle?set=disable" target=
             "_top">http://config.privoxy.org/toggle?set=disable</a></p>
 
           <blockquote class="BLOCKQUOTE">
             <p><a href="http://config.privoxy.org/toggle?set=disable" target=
             "_top">http://config.privoxy.org/toggle?set=disable</a></p>
-          </blockquote><a name="AEN5796" id="AEN5796"></a>
+          </blockquote><a name="AEN5812" id="AEN5812"></a>
 
           <blockquote class="BLOCKQUOTE">
             <p><a href="http://config.privoxy.org/toggle?set=enable" target=
 
           <blockquote class="BLOCKQUOTE">
             <p><a href="http://config.privoxy.org/toggle?set=enable" target=
index f932b90..182ef67 100644 (file)
@@ -46,7 +46,7 @@
     controlled easily with a web browser.</p>
 
     <div class="SECT2">
     controlled easily with a web browser.</p>
 
     <div class="SECT2">
-      <h2 class="SECT2"><a name="AEN796" id="AEN796">6.1. Controlling Privoxy
+      <h2 class="SECT2"><a name="AEN812" id="AEN812">6.1. Controlling Privoxy
       with Your Web Browser</a></h2>
 
       <p><span class="APPLICATION">Privoxy</span>'s user interface can be
       with Your Web Browser</a></h2>
 
       <p><span class="APPLICATION">Privoxy</span>'s user interface can be
 
 </pre>
 
 
 </pre>
 
-            <h2 class="BRIDGEHEAD"><a name="AEN804" id=
-            "AEN804"></a>&nbsp;&nbsp;&nbsp;&nbsp;Privoxy Menu</h2>
-            <pre>
-</pre>
+            <h2 class="BRIDGEHEAD"><a name="AEN820" id=
+            "AEN820"></a>&nbsp;&nbsp;&nbsp;&nbsp;Privoxy Menu</h2>
 
             <table border="0">
               <tbody>
 
             <table border="0">
               <tbody>
index f6260da..e34e123 100644 (file)
@@ -177,7 +177,7 @@ FILTER: foo Replace all "foo" with "bar"
     started.</p>
 
     <div class="SECT2">
     started.</p>
 
     <div class="SECT2">
-      <h2 class="SECT2"><a name="AEN5005" id="AEN5005">9.1. Filter File
+      <h2 class="SECT2"><a name="AEN5021" id="AEN5021">9.1. Filter File
       Tutorial</a></h2>
 
       <p>Now, let's complete our <span class="QUOTE">"foo"</span> content
       Tutorial</a></h2>
 
       <p>Now, let's complete our <span class="QUOTE">"foo"</span> content
index 2c05ff0..399c7d8 100644 (file)
           <dl>
             <dt>5.1. <a href="startup.html#START-DEBIAN">Debian</a></dt>
 
           <dl>
             <dt>5.1. <a href="startup.html#START-DEBIAN">Debian</a></dt>
 
-            <dt>5.2. <a href="startup.html#START-WINDOWS">Windows</a></dt>
+            <dt>5.2. <a href="startup.html#START-FREEBSD">FreeBSD and
+            ElectroBSD</a></dt>
 
 
-            <dt>5.3. <a href="startup.html#START-UNICES">Solaris, NetBSD,
-            FreeBSD, HP-UX and others</a></dt>
+            <dt>5.3. <a href="startup.html#START-WINDOWS">Windows</a></dt>
 
 
-            <dt>5.4. <a href="startup.html#START-OS2">OS/2</a></dt>
+            <dt>5.4. <a href="startup.html#START-UNICES">Generic instructions
+            for Unix derivates (Solaris, NetBSD, HP-UX etc.)</a></dt>
 
 
-            <dt>5.5. <a href="startup.html#START-MACOSX">Mac OS X</a></dt>
+            <dt>5.5. <a href="startup.html#START-OS2">OS/2</a></dt>
 
 
-            <dt>5.6. <a href="startup.html#CMDOPTIONS">Command Line
+            <dt>5.6. <a href="startup.html#START-MACOSX">Mac OS X</a></dt>
+
+            <dt>5.7. <a href="startup.html#CMDOPTIONS">Command Line
             Options</a></dt>
           </dl>
         </dd>
             Options</a></dt>
           </dl>
         </dd>
 
         <dd>
           <dl>
 
         <dd>
           <dl>
-            <dt>6.1. <a href="configuration.html#AEN796">Controlling Privoxy
+            <dt>6.1. <a href="configuration.html#AEN812">Controlling Privoxy
             with Your Web Browser</a></dt>
 
             <dt>6.2. <a href="configuration.html#CONFOVERVIEW">Configuration
             with Your Web Browser</a></dt>
 
             <dt>6.2. <a href="configuration.html#CONFOVERVIEW">Configuration
 
         <dd>
           <dl>
 
         <dd>
           <dl>
-            <dt>8.1. <a href="actions-file.html#AEN2698">Finding the Right
+            <dt>8.1. <a href="actions-file.html#AEN2714">Finding the Right
             Mix</a></dt>
 
             Mix</a></dt>
 
-            <dt>8.2. <a href="actions-file.html#AEN2705">How to Edit</a></dt>
+            <dt>8.2. <a href="actions-file.html#AEN2721">How to Edit</a></dt>
 
             <dt>8.3. <a href="actions-file.html#ACTIONS-APPLY">How Actions
             are Applied to Requests</a></dt>
 
             <dt>8.3. <a href="actions-file.html#ACTIONS-APPLY">How Actions
             are Applied to Requests</a></dt>
                 <dt>8.4.1. <a href="actions-file.html#HOST-PATTERN">The Host
                 Pattern</a></dt>
 
                 <dt>8.4.1. <a href="actions-file.html#HOST-PATTERN">The Host
                 Pattern</a></dt>
 
-                <dt>8.4.2. <a href="actions-file.html#AEN2899">The Path
+                <dt>8.4.2. <a href="actions-file.html#AEN2915">The Path
                 Pattern</a></dt>
 
                 <dt>8.4.3. <a href="actions-file.html#TAG-PATTERN">The Tag
                 Pattern</a></dt>
 
                 <dt>8.4.3. <a href="actions-file.html#TAG-PATTERN">The Tag
                 "actions-file.html#SET-IMAGE-BLOCKER">set-image-blocker</a></dt>
 
                 <dt>8.5.36. <a href=
                 "actions-file.html#SET-IMAGE-BLOCKER">set-image-blocker</a></dt>
 
                 <dt>8.5.36. <a href=
-                "actions-file.html#AEN4638">Summary</a></dt>
+                "actions-file.html#AEN4654">Summary</a></dt>
               </dl>
             </dd>
 
               </dl>
             </dd>
 
             <dd>
               <dl>
                 <dt>8.7.1. <a href=
             <dd>
               <dl>
                 <dt>8.7.1. <a href=
-                "actions-file.html#AEN4702">match-all.action</a></dt>
+                "actions-file.html#AEN4718">match-all.action</a></dt>
 
                 <dt>8.7.2. <a href=
 
                 <dt>8.7.2. <a href=
-                "actions-file.html#AEN4724">default.action</a></dt>
+                "actions-file.html#AEN4740">default.action</a></dt>
 
                 <dt>8.7.3. <a href=
 
                 <dt>8.7.3. <a href=
-                "actions-file.html#AEN4837">user.action</a></dt>
+                "actions-file.html#AEN4853">user.action</a></dt>
               </dl>
             </dd>
           </dl>
               </dl>
             </dd>
           </dl>
 
         <dd>
           <dl>
 
         <dd>
           <dl>
-            <dt>9.1. <a href="filter-file.html#AEN5005">Filter File
+            <dt>9.1. <a href="filter-file.html#AEN5021">Filter File
             Tutorial</a></dt>
 
             <dt>9.2. <a href="filter-file.html#PREDEFINED-FILTERS">The
             Tutorial</a></dt>
 
             <dt>9.2. <a href="filter-file.html#PREDEFINED-FILTERS">The
             <dt>14.1. <a href="appendix.html#REGEX">Regular
             Expressions</a></dt>
 
             <dt>14.1. <a href="appendix.html#REGEX">Regular
             Expressions</a></dt>
 
-            <dt>14.2. <a href="appendix.html#AEN5744">Privoxy's Internal
+            <dt>14.2. <a href="appendix.html#AEN5760">Privoxy's Internal
             Pages</a></dt>
 
             <dt>14.3. <a href="appendix.html#CHAIN">Chain of Events</a></dt>
             Pages</a></dt>
 
             <dt>14.3. <a href="appendix.html#CHAIN">Chain of Events</a></dt>
index afc3a4b..c705eb2 100644 (file)
     </div>
 
     <div class="SECT2">
     </div>
 
     <div class="SECT2">
-      <h2 class="SECT2"><a name="START-WINDOWS" id="START-WINDOWS">5.2.
+      <h2 class="SECT2"><a name="START-FREEBSD" id="START-FREEBSD">5.2.
+      FreeBSD and ElectroBSD</a></h2>
+
+      <p>To start <span class="APPLICATION">Privoxy</span> upon booting, add
+      "privoxy_enable='YES'" to <tt class="FILENAME">/etc/rc.conf</tt>.
+      <span class="APPLICATION">Privoxy</span> will use <tt class=
+      "FILENAME">/usr/local/etc/privoxy/config</tt> as its main configuration
+      file.</p>
+
+      <p>If you installed <span class="APPLICATION">Privoxy</span> into a
+      jail, the paths above are relative to the jail root.</p>
+
+      <p>To start <span class="APPLICATION">Privoxy</span> manually, run:</p>
+
+      <table border="0" bgcolor="#E0E0E0" width="100%">
+        <tr>
+          <td>
+            <pre class="SCREEN">
+ # service privoxy onestart
+</pre>
+          </td>
+        </tr>
+      </table>
+    </div>
+
+    <div class="SECT2">
+      <h2 class="SECT2"><a name="START-WINDOWS" id="START-WINDOWS">5.3.
       Windows</a></h2>
 
       <p>Click on the <span class="APPLICATION">Privoxy</span> Icon to start
       Windows</a></h2>
 
       <p>Click on the <span class="APPLICATION">Privoxy</span> Icon to start
     </div>
 
     <div class="SECT2">
     </div>
 
     <div class="SECT2">
-      <h2 class="SECT2"><a name="START-UNICES" id="START-UNICES">5.3.
-      Solaris, NetBSD, FreeBSD, HP-UX and others</a></h2>
+      <h2 class="SECT2"><a name="START-UNICES" id="START-UNICES">5.4. Generic
+      instructions for Unix derivates (Solaris, NetBSD, HP-UX etc.)</a></h2>
 
       <p>Example Unix startup command:</p>
 
 
       <p>Example Unix startup command:</p>
 
         <tr>
           <td>
             <pre class="SCREEN">
         <tr>
           <td>
             <pre class="SCREEN">
- # /usr/sbin/privoxy /etc/privoxy/config
+ # /usr/sbin/privoxy --user privoxy /etc/privoxy/config
 </pre>
           </td>
         </tr>
       </table>
 </pre>
           </td>
         </tr>
       </table>
+
+      <p>Note that if you installed <span class="APPLICATION">Privoxy</span>
+      through a package manager, the package will probably contain a
+      platform-specific script or configuration file to start <span class=
+      "APPLICATION">Privoxy</span> upon boot.</p>
     </div>
 
     <div class="SECT2">
     </div>
 
     <div class="SECT2">
-      <h2 class="SECT2"><a name="START-OS2" id="START-OS2">5.4. OS/2</a></h2>
+      <h2 class="SECT2"><a name="START-OS2" id="START-OS2">5.5. OS/2</a></h2>
 
       <p>During installation, <span class="APPLICATION">Privoxy</span> is
       configured to start automatically when the system restarts. You can
 
       <p>During installation, <span class="APPLICATION">Privoxy</span> is
       configured to start automatically when the system restarts. You can
     </div>
 
     <div class="SECT2">
     </div>
 
     <div class="SECT2">
-      <h2 class="SECT2"><a name="START-MACOSX" id="START-MACOSX">5.5. Mac OS
+      <h2 class="SECT2"><a name="START-MACOSX" id="START-MACOSX">5.6. Mac OS
       X</a></h2>
 
       <p>After downloading the privoxy software, unzip the downloaded file by
       X</a></h2>
 
       <p>After downloading the privoxy software, unzip the downloaded file by
     </div>
 
     <div class="SECT2">
     </div>
 
     <div class="SECT2">
-      <h2 class="SECT2"><a name="CMDOPTIONS" id="CMDOPTIONS">5.6. Command
+      <h2 class="SECT2"><a name="CMDOPTIONS" id="CMDOPTIONS">5.7. Command
       Line Options</a></h2>
 
       <p><span class="APPLICATION">Privoxy</span> may be invoked with the
       Line Options</a></h2>
 
       <p><span class="APPLICATION">Privoxy</span> may be invoked with the