]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Merge 413217 from trunk (missing WINCH from index of signals).
authorJoshua Slive <slive@apache.org>
Fri, 30 Jun 2006 18:18:45 +0000 (18:18 +0000)
committerJoshua Slive <slive@apache.org>
Fri, 30 Jun 2006 18:18:45 +0000 (18:18 +0000)
PR: 38966

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@418353 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/stopping.xml

index 5ee081f35a0d6caf82b12c60d78baf605af3cf96..fd5c8d12cdac0d130fe71e57b5120174476390de 100644 (file)
@@ -36,6 +36,7 @@
 
 <seealso><program>httpd</program></seealso>
 <seealso><program>apachectl</program></seealso>
+<seealso><a href="invoking.html">Starting</a></seealso>
 
 <section id="introduction"><title>Introduction</title>
 
     whose pid is in the <directive
     module="mpm_common">PidFile</directive>. 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:
     <code><a href="#term">TERM</a></code>,
+    <code><a href="#graceful">USR1</a></code>,
     <code><a href="#hup">HUP</a></code>, and
-    <code><a href="#graceful">USR1</a></code>, which
+    <code><a href="#gracefulstop">WINCH</a></code>, which
     will be described in a moment.</p>
 
     <p>To send a signal to the parent you should issue a command