From: oes Date: Thu, 11 Apr 2002 10:02:27 +0000 (+0000) Subject: Restored --user and --group explanation X-Git-Tag: v_2_9_14~69 X-Git-Url: http://www.privoxy.org/gitweb/files-in-use.jpg?a=commitdiff_plain;h=c02c71352a3edd36f392d90a054be965657f056c;p=privoxy.git Restored --user and --group explanation --- diff --git a/doc/source/privoxy-man-page.sgml b/doc/source/privoxy-man-page.sgml index 8bb1599b..a7c1f902 100644 --- a/doc/source/privoxy-man-page.sgml +++ b/doc/source/privoxy-man-page.sgml @@ -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.4 2002/04/10 18:45:15 swa Exp $ Written by and Copyright (C) 2001 the SourceForge Privoxy team. http://www.privoxy.org/ @@ -53,7 +53,7 @@ - 2002-04-04 + 2002-04-11 @@ -127,13 +127,14 @@ --pidfile pidfile - 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 pidfile. + Delete the pidfile on exit. + Failiure to create or delete the pidfile + is non-fatal. If no --pidfile option is given, no PID file will be used. + --user user[.group] @@ -141,10 +142,10 @@ 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 + 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.