]> granicus.if.org Git - apache/commitdiff
* add <compatibility> to DefaultType
authorTakashi Sato <takashi@apache.org>
Fri, 20 Jun 2008 10:17:57 +0000 (10:17 +0000)
committerTakashi Sato <takashi@apache.org>
Fri, 20 Jun 2008 10:17:57 +0000 (10:17 +0000)
* minor fixes

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@669847 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/core.xml

index dfc8633b3291470fd0c16a40a145680c06d1059a..b6e351e2c802bc014eafcf7c3dc5a23400843f85 100644 (file)
@@ -539,6 +539,7 @@ server cannot determine a type in any other way</description>
 <context>directory</context><context>.htaccess</context>
 </contextlist>
 <override>FileInfo</override>
+<compatibility>The argument <code>none</code> is available in Apache 2.2.7 and later</compatibility>
 
 <usage>
     <p>There will be times when the server is asked to provide a
@@ -564,7 +565,7 @@ server cannot determine a type in any other way</description>
     <example>
       DefaultType None
     </example>
-    <p>DefaultType None is only available in httpd-2.2.7 and later.</p>
+    <p><code>DefaultType None</code> is only available in httpd-2.2.7 and later.</p>
 
     <p>Note that unlike <directive
     module="core">ForceType</directive>, this directive only
@@ -581,8 +582,8 @@ server cannot determine a type in any other way</description>
 <contextlist><context>server config</context></contextlist>
 
 <usage>
-    <p>Equivalent to passing the <code>-D</code> argument to <a
-    href="../programs/httpd.html">httpd</a>.</p>
+    <p>Equivalent to passing the <code>-D</code> argument to <program
+    >httpd</program>.</p>
     <p>This directive can be used to toggle the use of <directive module="core"
     type="section">IfDefine</directive> sections without needing to alter
     <code>-D</code> arguments in any startup scripts.</p>