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 2002/12/11 17:24:04 UTC

cvs commit: httpd-2.0/docs/manual stopping.xml stopping.html.en

kess        2002/12/11 08:24:04

  Modified:    docs/manual Tag: APACHE_2_0_BRANCH stopping.xml
                        stopping.html.en
  Log:
  some markup
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.2.2.1   +3 -2      httpd-2.0/docs/manual/stopping.xml
  
  Index: stopping.xml
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/stopping.xml,v
  retrieving revision 1.2
  retrieving revision 1.2.2.1
  diff -u -r1.2 -r1.2.2.1
  --- stopping.xml	13 Nov 2002 21:12:38 -0000	1.2
  +++ stopping.xml	11 Dec 2002 16:24:03 -0000	1.2.2.1
  @@ -37,8 +37,9 @@
   <example>kill -TERM `cat /usr/local/apache2/logs/httpd.pid`</example>
   
       <p>The second method of signaling the <code>httpd</code> processes
  -    is to use the <code>-k</code> command line options: stop, restart,
  -    and graceful, as described below.  These are arguments to the <a
  +    is to use the <code>-k</code> command line options: <code>stop</code>,
  +    <code>restart</code>, and <code>graceful</code>,
  +    as described below.  These are arguments to the <a
       href="programs/httpd.html">httpd</a> binary, but we recommend that
       you send them using the <a
       href="programs/apachectl.html">apachectl</a> control script, which
  
  
  
  1.31.2.1  +3 -2      httpd-2.0/docs/manual/stopping.html.en
  
  Index: stopping.html.en
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/stopping.html.en,v
  retrieving revision 1.31
  retrieving revision 1.31.2.1
  diff -u -r1.31 -r1.31.2.1
  --- stopping.html.en	13 Nov 2002 21:12:39 -0000	1.31
  +++ stopping.html.en	11 Dec 2002 16:24:03 -0000	1.31.2.1
  @@ -28,8 +28,9 @@
   <div class="example"><p><code>kill -TERM `cat /usr/local/apache2/logs/httpd.pid`</code></p></div>
   
       <p>The second method of signaling the <code>httpd</code> processes
  -    is to use the <code>-k</code> command line options: stop, restart,
  -    and graceful, as described below.  These are arguments to the <a href="programs/httpd.html">httpd</a> binary, but we recommend that
  +    is to use the <code>-k</code> command line options: <code>stop</code>,
  +    <code>restart</code>, and <code>graceful</code>,
  +    as described below.  These are arguments to the <a href="programs/httpd.html">httpd</a> binary, but we recommend that
       you send them using the <a href="programs/apachectl.html">apachectl</a> control script, which
       will pass them through to <code>httpd</code>.</p>