From: Joshua Slive Date: Fri, 30 Jun 2006 18:18:45 +0000 (+0000) Subject: Merge 413217 from trunk (missing WINCH from index of signals). X-Git-Tag: 2.2.3~47 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f0c04c0bb3f9915296eb4b51ccd1cccc5702a533;p=thirdparty%2Fapache%2Fhttpd.git Merge 413217 from trunk (missing WINCH from index of signals). PR: 38966 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@418353 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/stopping.xml b/docs/manual/stopping.xml index 5ee081f35a0..fd5c8d12cda 100644 --- a/docs/manual/stopping.xml +++ b/docs/manual/stopping.xml @@ -36,6 +36,7 @@ httpd apachectl +Starting
Introduction @@ -48,10 +49,11 @@ whose pid is in the PidFile. That is to say you shouldn't ever need to send signals to any process except the - parent. There are three signals that you can send the parent: + parent. There are four signals that you can send the parent: TERM, + USR1, HUP, and - USR1, which + WINCH, which will be described in a moment.

To send a signal to the parent you should issue a command