You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by co...@locus.apache.org on 2000/05/28 04:09:19 UTC

cvs commit: apache-1.3/htdocs/manual/mod mod_mime.html

coar        00/05/27 19:09:18

  Modified:    htdocs/manual/mod mod_mime.html
  Log:
  	Correct erroneous patches back to accuracy.
  
  Revision  Changes    Path
  1.40      +8 -8      apache-1.3/htdocs/manual/mod/mod_mime.html
  
  Index: mod_mime.html
  ===================================================================
  RCS file: /home/cvs/apache-1.3/htdocs/manual/mod/mod_mime.html,v
  retrieving revision 1.39
  retrieving revision 1.40
  diff -u -u -r1.39 -r1.40
  --- mod_mime.html	2000/04/30 15:53:21	1.39
  +++ mod_mime.html	2000/05/28 02:09:18	1.40
  @@ -159,7 +159,7 @@
   <A
    HREF="directive-dict.html#Syntax"
    REL="Help"
  -><STRONG>Syntax:</STRONG></A> AddEncoding <EM>MIME-enc extension [MIME-enc extension ...]</EM><BR>
  +><STRONG>Syntax:</STRONG></A> AddEncoding <EM>MIME-enc extension [extension ...]</EM><BR>
   <A
    HREF="directive-dict.html#Context"
    REL="Help"
  @@ -177,7 +177,7 @@
    REL="Help"
   ><STRONG>Module:</STRONG></A> mod_mime<P>
   
  -The AddEncoding directive maps the given filename extension to the
  +The AddEncoding directive maps the given filename extensions to the
   specified encoding type. <EM>MIME-enc</EM> is the MIME encoding to use
   for documents containing the <EM>extension</EM>. This mapping is added
   to any already in force, overriding any mappings that already exist
  @@ -215,7 +215,7 @@
   <A
    HREF="directive-dict.html#Syntax"
    REL="Help"
  -><STRONG>Syntax:</STRONG></A> AddHandler <EM>handler-name extension [handler-name extension ...]</EM><BR>
  +><STRONG>Syntax:</STRONG></A> AddHandler <EM>handler-name extension [extension ...]</EM><BR>
   <A
    HREF="directive-dict.html#Context"
    REL="Help"
  @@ -238,7 +238,7 @@
   ><STRONG>Compatibility:</STRONG></A> AddHandler is only available in Apache
   1.1 and later<P>
   
  -<P>AddHandler maps one or more times a given filename extension <EM>extension</EM> to the
  +<P>AddHandler maps the filename extensions <EM>extension</EM> to the
   <A HREF="../handler.html">handler</A> <EM>handler-name</EM>.  This
   mapping is added to any already in force, overriding any mappings that
   already exist for the same <EM>extension</EM>.
  @@ -265,7 +265,7 @@
   <A
    HREF="directive-dict.html#Syntax"
    REL="Help"
  -><STRONG>Syntax:</STRONG></A> AddLanguage <EM>MIME-lang extension [MIME-lang extension ...]</EM><BR>
  +><STRONG>Syntax:</STRONG></A> AddLanguage <EM>MIME-lang extension [extension ...]</EM><BR>
   <A
    HREF="directive-dict.html#Context"
    REL="Help"
  @@ -284,7 +284,7 @@
   ><STRONG>Module:</STRONG></A> mod_mime
   
   <P>
  -The AddLanguage directive maps one or more times a given filename extension to the
  +The AddLanguage directive maps the given filename extension tos the
   specified content language. <EM>MIME-lang</EM> is the MIME language of
   filenames containing <EM>extension</EM>.  This mapping is added to any
   already in force, overriding any mappings that already exist for the
  @@ -334,7 +334,7 @@
   <A
    HREF="directive-dict.html#Syntax"
    REL="Help"
  -><STRONG>Syntax:</STRONG></A> AddType <EM>MIME-type extension [MIME-type extension ...]</EM><BR>
  +><STRONG>Syntax:</STRONG></A> AddType <EM>MIME-type extension [extension ...]</EM><BR>
   <A
    HREF="directive-dict.html#Context"
    REL="Help"
  @@ -352,7 +352,7 @@
    REL="Help"
   ><STRONG>Module:</STRONG></A> mod_mime<P>
   
  -The AddType directive maps one or more times a given filename extensions onto the
  +The AddType directive maps the given filename extensions onto the
   specified content type. <EM>MIME-type</EM> is the MIME type to use for
   filenames containing <EM>extension</EM>.  This mapping is added to any
   already in force, overriding any mappings that already exist for the