You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by nd...@apache.org on 2003/02/15 00:09:43 UTC

cvs commit: httpd-docs-1.3/htdocs/manual/mod mod_mime.html.en

nd          2003/02/14 15:09:43

  Modified:    htdocs/manual/mod mod_mime.html.en
  Log:
  fix context of remove* directives
  
  PR: 13683
  
  Revision  Changes    Path
  1.50      +3 -3      httpd-docs-1.3/htdocs/manual/mod/mod_mime.html.en
  
  Index: mod_mime.html.en
  ===================================================================
  RCS file: /home/cvs/httpd-docs-1.3/htdocs/manual/mod/mod_mime.html.en,v
  retrieving revision 1.49
  retrieving revision 1.50
  diff -u -r1.49 -r1.50
  --- mod_mime.html.en	8 Jun 2002 01:05:44 -0000	1.49
  +++ mod_mime.html.en	14 Feb 2003 23:09:42 -0000	1.50
  @@ -454,7 +454,7 @@
       rel="Help"><strong>Syntax:</strong></a> RemoveEncoding
       <em>extension</em> [<em>extension</em>] ...<br />
        <a href="directive-dict.html#Context"
  -    rel="Help"><strong>Context:</strong></a> directory,
  +    rel="Help"><strong>Context:</strong></a> virtual host, directory,
       .htaccess<br />
        <a href="directive-dict.html#Status"
       rel="Help"><strong>Status:</strong></a> Base<br />
  @@ -501,7 +501,7 @@
       rel="Help"><strong>Syntax:</strong></a> RemoveHandler
       <em>extension</em> [<em>extension</em>] ...<br />
        <a href="directive-dict.html#Context"
  -    rel="Help"><strong>Context:</strong></a> directory,
  +    rel="Help"><strong>Context:</strong></a> virtual host, directory,
       .htaccess<br />
        <a href="directive-dict.html#Status"
       rel="Help"><strong>Status:</strong></a> Base<br />
  @@ -543,7 +543,7 @@
       rel="Help"><strong>Syntax:</strong></a> RemoveType
       <em>extension</em> [<em>extension</em>] ...<br />
        <a href="directive-dict.html#Context"
  -    rel="Help"><strong>Context:</strong></a> directory,
  +    rel="Help"><strong>Context:</strong></a> virtual host, directory,
       .htaccess<br />
        <a href="directive-dict.html#Status"
       rel="Help"><strong>Status:</strong></a> Base<br />