Fix typo.
[privoxy.git] / doc / source / privoxy-man-page.sgml
index 8bb1599..4d7d831 100644 (file)
@@ -5,7 +5,7 @@
                 This file belongs into
                 ijbswa.sourceforge.net:/home/groups/i/ij/ijbswa/htdocs/
                 
- $Id: privoxy-man-page.sgml,v 1.3 2002/04/08 22:59:26 hal9 Exp $
+ $Id: privoxy-man-page.sgml,v 1.5 2002/04/11 10:02:27 oes Exp $
 
  Written by and Copyright (C) 2001 the SourceForge
  Privoxy team. http://www.privoxy.org/
@@ -43,7 +43,7 @@
 <!entity seealso SYSTEM "seealso.sgml">
 <!entity copyright SYSTEM "copyright.sgml">
 <!entity authors SYSTEM "p-authors.sgml">
-<!entity p-version "2.9.13">
+<!entity p-version "2.9.14">
 <!entity p-status "beta">
 <!entity % p-not-stable "INCLUDE">
 <!entity % p-stable "IGNORE">
@@ -53,7 +53,7 @@
 
 <refentry id="privoxy">
 <refentryinfo>
- <date>2002-04-04</date>
+ <date>2002-04-11</date>
 </refentryinfo>
 
 <refmeta>
     <term>--pidfile <replaceable class="parameter">pidfile</replaceable></term>
      <listitem>
       <para>
-       After (optionally) writing the PID file, assume the user  ID  of  user
-       and the GID of group, or, if the optional group was not given, the
-       default group  of user.  Exit if the privileges are not sufficient to
-       do so.
+        On startup, write the process ID to <replaceable class="parameter">pidfile</replaceable>.
+        Delete the <replaceable class="parameter">pidfile</replaceable> on exit.
+        Failiure to create or delete the <replaceable class="parameter">pidfile</replaceable>
+        is non-fatal. If no <command>--pidfile</command> option is given, no PID file will be used.
       </para>
     </listitem>
   </varlistentry>
+
   <varlistentry>
     <term>--user <replaceable class="parameter">user[.group]</replaceable></term>
      <listitem>
        <!-- Note: replaceable is maybe the wrong tag, but generates  -->
        <!-- correct looking man output.                              -->
        After (optionally) writing the PID file, assume the user ID of
-       <replaceable>user</replaceable> and the GID of
-       <replaceable>group</replaceable>, or, if the optional
-       <replaceable>group</replaceable> was not given, the default group of
-       <replaceable>user</replaceable>. Exit if the privileges are not
+       <replaceable class="parameter">user</replaceable> and the GID of
+       <replaceable class="parameter">group</replaceable>, or, if the optional
+       <replaceable class="parameter">group</replaceable> was not given, the default group of
+       <replaceable class="parameter">user</replaceable>. Exit if the privileges are not
        sufficient to do so.
      </para>
     </listitem>