You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by yo...@apache.org on 2002/06/13 09:12:21 UTC

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

yoshiki     2002/06/13 00:12:20

  Modified:    docs/manual/mod mod_mime.xml
  Log:
  Grammer police came through.
  
  Also, remove empty compatibility tag and use directive tag for
  directives.
  
  Revision  Changes    Path
  1.7       +4 -5      httpd-2.0/docs/manual/mod/mod_mime.xml
  
  Index: mod_mime.xml
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/mod/mod_mime.xml,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- mod_mime.xml	13 Jun 2002 02:12:38 -0000	1.6
  +++ mod_mime.xml	13 Jun 2002 07:12:20 -0000	1.7
  @@ -44,7 +44,7 @@
       or scripts that serve the document.  The <directive
       module="mod_mime">MultiviewsMatch</directive> directive allows
       <module>mod_negotiation</module> to consider these file extensions
  -    to included when testing Multiviews matches.</p>
  +    to be included when testing Multiviews matches.</p>
   
       <p>While <module>mod_mime</module> associates meta-information
       with filename extensions, the <module>core</module> server
  @@ -322,10 +322,9 @@
   <context>.htaccess</context>
   </contextlist>
   <override>FileInfo</override>
  -<compatibility></compatibility>
   
   <usage>
  -<p>Files having the named <em>extension</em> will be served by the
  +<p>Files having the name <em>extension</em> will be served by the
   specified <a href="../handler.html">handler-name</a>.  This mapping is
   added to any already in force, overriding any mappings that already
   exist for the same <em>extension</em>. For example, to activate CGI
  @@ -883,8 +882,8 @@
       causing the files to be treated as being of the <a
       href="core.html#defaulttype">default type</a>.</p>
   
  -    <note><strong>Note:</strong><module>RemoveType</module> directives
  -    are processed <em>after</em> any <module>AddType</module>
  +    <note><strong>Note:</strong><directive>RemoveType</directive> directives
  +    are processed <em>after</em> any <directive>AddType</directive>
       directives, so it is possible they may undo the effects of the
       latter if both occur within the same directory
       configuration.</note>