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 2004/09/05 01:03:21 UTC

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

kess        2004/09/04 16:03:21

  Modified:    docs/manual configuring.html.en configuring.xml
  Log:
  add a missing space
  
  Revision  Changes    Path
  1.28      +1 -1      httpd-2.0/docs/manual/configuring.html.en
  
  Index: configuring.html.en
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/configuring.html.en,v
  retrieving revision 1.27
  retrieving revision 1.28
  diff -u -r1.27 -r1.28
  --- configuring.html.en	21 Feb 2004 00:31:28 -0000	1.27
  +++ configuring.html.en	4 Sep 2004 23:03:21 -0000	1.28
  @@ -93,7 +93,7 @@
       directive.
       Otherwise, Apache must be recompiled to add or remove modules.
       Configuration directives may be included conditional on a
  -    presence of a particular module by enclosing them in an<code class="directive"><a href="./mod/core.html#ifmodule">&lt;IfModule&gt;</a></code> block.</p>
  +    presence of a particular module by enclosing them in an <code class="directive"><a href="./mod/core.html#ifmodule">&lt;IfModule&gt;</a></code> block.</p>
   
       <p>To see which modules are currently compiled into the server,
       you can use the <code>-l</code> command line option.</p>
  
  
  
  1.11      +2 -2      httpd-2.0/docs/manual/configuring.xml
  
  Index: configuring.xml
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/configuring.xml,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- configuring.xml	17 Apr 2004 11:18:02 -0000	1.10
  +++ configuring.xml	4 Sep 2004 23:03:21 -0000	1.11
  @@ -108,7 +108,7 @@
       directive.
       Otherwise, Apache must be recompiled to add or remove modules.
       Configuration directives may be included conditional on a
  -    presence of a particular module by enclosing them in an<directive
  +    presence of a particular module by enclosing them in an <directive
       module="core" type="section">IfModule</directive> block.</p>
   
       <p>To see which modules are currently compiled into the server,