You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ke...@apache.org on 2005/11/13 14:09:49 UTC

svn commit: r332981 - /httpd/httpd/branches/2.2.x/docs/manual/stopping.xml

Author: kess
Date: Sun Nov 13 05:09:41 2005
New Revision: 332981

URL: http://svn.apache.org/viewcvs?rev=332981&view=rev
Log:
typo

Modified:
    httpd/httpd/branches/2.2.x/docs/manual/stopping.xml

Modified: httpd/httpd/branches/2.2.x/docs/manual/stopping.xml
URL: http://svn.apache.org/viewcvs/httpd/httpd/branches/2.2.x/docs/manual/stopping.xml?rev=332981&r1=332980&r2=332981&view=diff
==============================================================================
--- httpd/httpd/branches/2.2.x/docs/manual/stopping.xml (original)
+++ httpd/httpd/branches/2.2.x/docs/manual/stopping.xml Sun Nov 13 05:09:41 2005
@@ -204,7 +204,7 @@
     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 @@
     <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