From: Fabian Keil <fk@fabiankeil.de> Date: Sun, 4 Mar 2012 11:54:00 +0000 (+0000) Subject: Update 'Signals' section, the only explicitly handled signals are SIGINT, SIGTERM... X-Git-Tag: v_3_0_20~400 X-Git-Url: http://www.privoxy.org/gitweb/%22https:/static/@default-cgi@show-url-info?a=commitdiff_plain;h=c46413a31172a46ad4b522a614b130a202cc6b2a;p=privoxy.git Update 'Signals' section, the only explicitly handled signals are SIGINT, SIGTERM and SIGHUP --- diff --git a/doc/source/privoxy-man-page.sgml b/doc/source/privoxy-man-page.sgml index 22e426c3..41d7dab6 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 2.39 2011/11/13 17:03:54 fabiankeil Exp $ + $Id: privoxy-man-page.sgml,v 2.40 2011/12/26 17:05:40 fabiankeil Exp $ Copyright (C) 2001-2009 Privoxy Developers http://www.privoxy.org/ See LICENSE. @@ -294,13 +294,14 @@ <refsect1><title>Signals</title> <para> <!-- command tag is used here to get proper looking format --> - <command>Privoxy</command> terminates on the <command>SIGINT</command>, - <command>SIGTERM</command> and <command>SIGABRT</command> signals. Log + <command>Privoxy</command> terminates on the <command>SIGINT</command> + and <command>SIGTERM</command> signals. Log rotation scripts may cause a re-opening of the logfile by sending a <command>SIGHUP</command> to <command>Privoxy</command>. Note that unlike other daemons, <command>Privoxy</command> does not need to be made aware of config file changes by <command>SIGHUP</command> -- it will detect them - automatically. + automatically. Signals other than the ones listed above aren't explicitly + handled and result in the default action defined by the operating system. </para> </refsect1>