You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by sl...@apache.org on 2002/05/09 20:04:03 UTC

cvs commit: httpd-2.0/docs/manual/mod mod_include.xml mod_include.html

slive       02/05/09 11:04:03

  Modified:    docs/manual/mod mod_include.xml mod_include.html
  Log:
  Typo patrol.
  
  PR: 8943
  
  Revision  Changes    Path
  1.8       +1 -1      httpd-2.0/docs/manual/mod/mod_include.xml
  
  Index: mod_include.xml
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/mod/mod_include.xml,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -d -b -u -r1.7 -r1.8
  --- mod_include.xml	14 Apr 2002 17:08:53 -0000	1.7
  +++ mod_include.xml	9 May 2002 18:04:02 -0000	1.8
  @@ -15,7 +15,7 @@
       before they are sent to the client. The processing is
       controlled by specially formated SGML comments, referred to as
       <em>elements</em>. These elements allow conditional text, the
  -    inclusion other files or programs, as well as the setting and
  +    inclusion of other files or programs, as well as the setting and
       printing of environment variables.</p>
   
   </summary>
  
  
  
  1.56      +1 -1      httpd-2.0/docs/manual/mod/mod_include.html
  
  Index: mod_include.html
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/mod/mod_include.html,v
  retrieving revision 1.55
  retrieving revision 1.56
  diff -u -d -b -u -r1.55 -r1.56
  --- mod_include.html	9 May 2002 16:14:23 -0000	1.55
  +++ mod_include.html	9 May 2002 18:04:02 -0000	1.56
  @@ -8,7 +8,7 @@
       before they are sent to the client. The processing is
       controlled by specially formated SGML comments, referred to as
       <em>elements</em>. These elements allow conditional text, the
  -    inclusion other files or programs, as well as the setting and
  +    inclusion of other files or programs, as well as the setting and
       printing of environment variables.</p>
   
   <h2>Directives</h2><ul><li><a href="#ssiendtag">SSIEndTag</a></li><li><a href="#ssierrormsg">SSIErrorMsg</a></li><li><a href="#ssistarttag">SSIStartTag</a></li><li><a href="#ssitimeformat">SSITimeFormat</a></li><li><a href="#ssiundefinedecho">SSIUndefinedEcho</a></li><li><a href="#xbithack">XBitHack</a></li></ul><p><strong>See also </strong></p><ul><li><a class="directive" href="core.html#options"><code class="directive">Options</code></a></li><li><a class="directive" href="core.html#setoutputfilter"><code class="directive">SetOutputFilter</code></a></li><li><a class="directive" href="core.html#acceptpathinfo"><code class="directive">AcceptPathInfo</code></a></li></ul><h2><a name="enabling">Enabling Server-Side Includes</a></h2>