]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Merge r559748 (Link to filters page to address PR35102) + buildfluff
authorVincent Bray <noodl@apache.org>
Thu, 26 Jul 2007 09:00:46 +0000 (09:00 +0000)
committerVincent Bray <noodl@apache.org>
Thu, 26 Jul 2007 09:00:46 +0000 (09:00 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@559759 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_dumpio.xml.ja
docs/manual/mod/mod_mime.html.en
docs/manual/mod/mod_mime.xml

index 1d5375b0946998ef13a1114f490ac2d067dc28dc..6da91f13b5f65ce95a4c17d03895f643661609ad 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="iso-2022-jp"?>
 <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
 <?xml-stylesheet type="text/xsl" href="../style/manual.ja.xsl"?>
-<!-- English Revision: 421100:486656 (outdated) -->
+<!-- English Revision: 421100:559008 (outdated) -->
 
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more
index 053ac453ddf8cab894733d69303f1d51f59fbde5..0f3814bbcd64d40df12ba4d95bc44f2d9815fa5d 100644 (file)
@@ -773,7 +773,8 @@ extensions</td></tr>
 later.</td></tr>
 </table>   
     <p>The <code class="directive">RemoveInputFilter</code> directive removes any
-    input filter associations for files with the given extensions.
+    input <a href="../filter.html">filter</a> associations for files with
+    the given extensions.
     This allows <code>.htaccess</code> files in subdirectories to
     undo any associations inherited from parent directories or the
     server config files.</p>
@@ -826,7 +827,8 @@ extensions</td></tr>
 later.</td></tr>
 </table>    
     <p>The <code class="directive">RemoveOutputFilter</code> directive removes any
-    output filter associations for files with the given extensions.
+    output <a href="../filter.html">filter</a> associations for files with
+    the given extensions.
     This allows <code>.htaccess</code> files in subdirectories to
     undo any associations inherited from parent directories or the
     server config files.</p>
index f0059238f6c8d181914d04b28fcc69a4570e4ecd..daeb9fb28ea2b1c486d2c9593ed4987ab784f2b7 100644 (file)
@@ -750,7 +750,8 @@ later.</compatibility>
 
 <usage>   
     <p>The <directive>RemoveInputFilter</directive> directive removes any
-    input filter associations for files with the given extensions.
+    input <a href="../filter.html">filter</a> associations for files with
+    the given extensions.
     This allows <code>.htaccess</code> files in subdirectories to
     undo any associations inherited from parent directories or the
     server config files.</p>
@@ -800,7 +801,8 @@ later.</compatibility>
 
 <usage>    
     <p>The <directive>RemoveOutputFilter</directive> directive removes any
-    output filter associations for files with the given extensions.
+    output <a href="../filter.html">filter</a> associations for files with
+    the given extensions.
     This allows <code>.htaccess</code> files in subdirectories to
     undo any associations inherited from parent directories or the
     server config files.</p>