summaryrefslogtreecommitdiff
path: root/docs/manual/stopping.xml
diff options
context:
space:
mode:
authorTakashi Sato <takashi@apache.org>2008-05-11 14:44:32 +0000
committerTakashi Sato <takashi@apache.org>2008-05-11 14:44:32 +0000
commit583891894c805a1f4eedce64eb8eb04807a0cb35 (patch)
tree17be13b4a90c07fb2d567ae66fece00f00904e81 /docs/manual/stopping.xml
parent6e834397f27663d1f66772000aed95c3e197cf65 (diff)
downloadhttpd-583891894c805a1f4eedce64eb8eb04807a0cb35.tar.gz
Merge r332981 from 2.2:
typo git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@655319 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/stopping.xml')
-rw-r--r--docs/manual/stopping.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/manual/stopping.xml b/docs/manual/stopping.xml
index daefb09be1..5c49c7684e 100644
--- a/docs/manual/stopping.xml
+++ b/docs/manual/stopping.xml
@@ -206,7 +206,7 @@ syntax error(s).</note>
parent process and all children when in the "graceful" state. However
as the <directive module="mpm_common">PidFile</directive> will
have been removed, you will not be able to use
- <code>apachectl</code> or <code>httpd</code> to send this signal,</p>
+ <code>apachectl</code> or <code>httpd</code> to send this signal.</p>
<note><p>The <code>graceful-stop</code> signal allows you to run multiple
identically configured instances of <program>httpd</program> at the
@@ -217,9 +217,9 @@ syntax error(s).</note>
<p>Care has been taken to ensure that on-disk files
such as the <directive module="core">Lockfile</directive> and <directive
module="mod_cgid">ScriptSock</directive> files contain the server
- PID, and should co-exist without problem. However, if a configuration
+ PID, and should coexist without problem. However, if a configuration
directive, third-party module or persistent CGI utilises any other on-disk
- lock or state files; care should be taken to ensure that multiple running
+ lock or state files, care should be taken to ensure that multiple running
instances of <program>httpd</program> do not clobber each others files.</p>
<p>You should also be wary of other potential race conditions, such as