]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
typo
authorAstrid Malo <kess@apache.org>
Sun, 13 Nov 2005 13:09:41 +0000 (13:09 +0000)
committerAstrid Malo <kess@apache.org>
Sun, 13 Nov 2005 13:09:41 +0000 (13:09 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@332981 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/stopping.xml

index db22c6c404299dfafafcb46bb95803346c1dd1ae..45106cc09948ba3e00d92f2603051ab9f38b99ec 100644 (file)
@@ -204,7 +204,7 @@ error. See above for a method of avoiding this.</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 
@@ -215,9 +215,9 @@ error. See above for a method of avoiding this.</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