From: Yoshiki Hayashi
Date: Thu, 13 Jun 2002 07:12:20 +0000 (+0000)
Subject: Grammer police came through.
X-Git-Tag: 2.0.38~73
X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8220b482fa057a6013a3dff90ade656ab45a7407;p=apache
Grammer police came through.
Also, remove empty compatibility tag and use directive tag for
directives.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95634 13f79535-47bb-0310-9956-ffa450edef68
---
diff --git a/docs/manual/mod/mod_mime.xml b/docs/manual/mod/mod_mime.xml
index d5219d4e35..4f068d8e44 100644
--- a/docs/manual/mod/mod_mime.xml
+++ b/docs/manual/mod/mod_mime.xml
@@ -44,7 +44,7 @@
or scripts that serve the document. The MultiviewsMatch directive allows
mod_negotiation to consider these file extensions
- to included when testing Multiviews matches.
+ to be included when testing Multiviews matches.
While mod_mime associates meta-information
with filename extensions, the core server
@@ -322,10 +322,9 @@ to the specified handler
.htaccess
FileInfo
-
-Files having the named extension will be served by the
+
Files having the name extension will be served by the
specified handler-name. This mapping is
added to any already in force, overriding any mappings that already
exist for the same extension. For example, to activate CGI
@@ -883,8 +882,8 @@ extensions
causing the files to be treated as being of the default type.
- Note:RemoveType directives
- are processed after any AddType
+ Note:RemoveType directives
+ are processed after any AddType
directives, so it is possible they may undo the effects of the
latter if both occur within the same directory
configuration.