From f0c04c0bb3f9915296eb4b51ccd1cccc5702a533 Mon Sep 17 00:00:00 2001
From: Joshua Slive
Date: Fri, 30 Jun 2006 18:18:45 +0000
Subject: [PATCH] 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
---
docs/manual/stopping.xml | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
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
--
2.47.2