From 0569c9fc6a93a31739f10efeee4f6a44eafb6e7c Mon Sep 17 00:00:00 2001 From: Sarantis Paskalis Date: Mon, 26 Aug 2002 11:12:07 +0000 Subject: [PATCH] Fix typo. --- doc/source/privoxy-man-page.sgml | 4 ++-- doc/webserver/man-page/privoxy-man-page.html | 2 +- src/filters.c | 9 ++++++--- 3 files changed, 9 insertions(+), 6 deletions(-) diff --git a/doc/source/privoxy-man-page.sgml b/doc/source/privoxy-man-page.sgml index dc21a872..800759c9 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.17 2002/07/25 21:51:25 hal9 Exp $ + $Id: privoxy-man-page.sgml,v 2.1 2002/07/29 22:08:41 jongfoster Exp $ Copyright (C) 2001, 2002 Privoxy Developers See LICENSE. @@ -132,7 +132,7 @@ On startup, write the process ID to pidfile. Delete the pidfile on exit. - Failiure to create or delete the pidfile + Failure to create or delete the pidfile is non-fatal. If no --pidfile option is given, no PID file will be used. diff --git a/doc/webserver/man-page/privoxy-man-page.html b/doc/webserver/man-page/privoxy-man-page.html index c874d0bd..b10905f7 100644 --- a/doc/webserver/man-page/privoxy-man-page.html +++ b/doc/webserver/man-page/privoxy-man-page.html @@ -36,7 +36,7 @@ leader, don't detach from controlling tty, and do all logging there.
--pidfile pidfile
On startup, write the process ID to pidfile. Delete the pidfile on exit. -Failiure to create or delete the pidfile +Failure to create or delete the pidfile is non-fatal. If no --pidfile option is given, no PID file will be used.
--user user[.group]
After (optionally) writing the PID file, assume the user ID of diff --git a/src/filters.c b/src/filters.c index 60f47e97..9dd36b97 100644 --- a/src/filters.c +++ b/src/filters.c @@ -1,7 +1,7 @@ -const char filters_rcs[] = "$Id: filters.c,v 1.58 2002/04/24 02:11:17 oes Exp $"; +const char filters_rcs[] = "$Id: filters.c,v 2.0 2002/06/04 14:34:21 jongfoster Exp $"; /********************************************************************* * - * File : $Source: /cvsroot/ijbswa/current/filters.c,v $ + * File : $Source: /cvsroot/ijbswa/current/src/filters.c,v $ * * Purpose : Declares functions to parse/crunch headers and pages. * Functions declared include: @@ -38,6 +38,9 @@ const char filters_rcs[] = "$Id: filters.c,v 1.58 2002/04/24 02:11:17 oes Exp $" * * Revisions : * $Log: filters.c,v $ + * Revision 2.0 2002/06/04 14:34:21 jongfoster + * Moving source files to src/ + * * Revision 1.58 2002/04/24 02:11:17 oes * Jon's multiple AF patch: url_actions now evaluates rules * from all AFs. @@ -215,7 +218,7 @@ const char filters_rcs[] = "$Id: filters.c,v 1.58 2002/04/24 02:11:17 oes Exp $" * generic content modification interface of pcrs_filter_response * and acts as a wrapper to deanimate.c:gif_deanimate() * - Renamed re_process_buffer to pcrs_filter_response - * - pcrs_filter_response now returns NULL on failiure + * - pcrs_filter_response now returns NULL on failure * - Removed all #ifdef PCRS * * Revision 1.20 2001/07/01 17:01:04 oes -- 2.39.2