]> granicus.if.org Git - apache/commitdiff
Merge r332981 from 2.2:
authorTakashi Sato <takashi@apache.org>
Sun, 11 May 2008 14:44:32 +0000 (14:44 +0000)
committerTakashi Sato <takashi@apache.org>
Sun, 11 May 2008 14:44:32 +0000 (14:44 +0000)
typo

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@655319 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/stopping.xml

index daefb09be1aeddf2c0319852fb54fdfa23a10fa3..5c49c7684ece0160cac0c80af29a032995d2b47b 100644 (file)
@@ -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