Commit 48d8729d authored by pcs's avatar pcs
Browse files

Fix dumb typo


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@82488 13f79535-47bb-0310-9956-ffa450edef68
parent 2925d550
Loading
Loading
Loading
Loading
+2 −3
Original line number Diff line number Diff line
@@ -15,11 +15,10 @@
<!--#include virtual="header.html" -->
<H1 ALIGN="CENTER">Stopping and Restarting Apache</H1>

<P>This document covers stopping and restarting Apache on Windows
only. Windows uses should see <A HREF="windows.html#signal">Signalling
<P>This document covers stopping and restarting Apache on Unix
only. Windows users should see <A HREF="windows.html#signal">Signalling
Apache when running</A>.</P>


<P>You will notice many <CODE>httpd</CODE> executables running on your system,
but you should not send signals to any of them except the parent, whose
pid is in the <A HREF="mod/core.html#pidfile">PidFile</A>.  That is to
+2 −3
Original line number Diff line number Diff line
@@ -15,11 +15,10 @@
<!--#include virtual="header.html" -->
<H1 ALIGN="CENTER">Stopping and Restarting Apache</H1>

<P>This document covers stopping and restarting Apache on Windows
only. Windows uses should see <A HREF="windows.html#signal">Signalling
<P>This document covers stopping and restarting Apache on Unix
only. Windows users should see <A HREF="windows.html#signal">Signalling
Apache when running</A>.</P>


<P>You will notice many <CODE>httpd</CODE> executables running on your system,
but you should not send signals to any of them except the parent, whose
pid is in the <A HREF="mod/core.html#pidfile">PidFile</A>.  That is to