From 3c32eea0694051a4a8afa8674a0ded56cde62657 Mon Sep 17 00:00:00 2001 From: Rich Bowen Date: Sat, 10 Jun 2006 02:53:11 +0000 Subject: [PATCH] There's four of 'em, not three. I know there's a Monty Python quote in here somewhere, I just can't find it. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@413217 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/stopping.html.en | 7 ++++--- docs/manual/stopping.xml | 6 ++++-- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/docs/manual/stopping.html.en b/docs/manual/stopping.html.en index 307127e8dc..a518eb26cd 100644 --- a/docs/manual/stopping.html.en +++ b/docs/manual/stopping.html.en @@ -38,7 +38,7 @@
  • Restart Now
  • Graceful Stop
  • Appendix: signals and race conditions
  • -

    See also

    +

    See also

    top

    Introduction

    @@ -51,10 +51,11 @@ but you should not send signals to any of them except the parent, 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 diff --git a/docs/manual/stopping.xml b/docs/manual/stopping.xml index 9bfd6c38d6..e99ab45d7d 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.40.0