]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Backport:
authorJoshua Slive <slive@apache.org>
Tue, 23 Mar 2004 00:54:13 +0000 (00:54 +0000)
committerJoshua Slive <slive@apache.org>
Tue, 23 Mar 2004 00:54:13 +0000 (00:54 +0000)
  Fix description of Indexignore argument.

  PR: 25870

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

docs/manual/mod/mod_autoindex.html.en
docs/manual/mod/mod_autoindex.xml

index 1293a134dc054695461840595490eb98744bd531..a317c1a4551c214f6bb62ecec2134252d6f135d0 100644 (file)
@@ -487,14 +487,14 @@ a directory</td></tr>
 </table>
     <p>The <code class="directive">IndexIgnore</code> directive adds to the
     list of files to hide when listing a directory. <var>File</var> is a
-    file extension, partial filename, wildcard expression or full
-    filename for files to ignore. Multiple IndexIgnore directives add
+    shell-style wildcard expression or full
+    filename. Multiple IndexIgnore directives add
     to the list, rather than the replacing the list of ignored
     files. By default, the list contains <code>.</code> (the current
     directory).</p>
 
     <div class="example"><p><code>
-      IndexIgnore README .htaccess *~
+      IndexIgnore README .htaccess *.bak *~
     </code></p></div>
 
 </div>
@@ -865,4 +865,4 @@ of the index listing</td></tr>
 </div><div id="footer">
 <p class="apache">Copyright 1999-2004 The Apache Software Foundation.<br />Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.</p>
 <p class="menu"><a href="../mod/">Modules</a> | <a href="../mod/directives.html">Directives</a> | <a href="../faq/">FAQ</a> | <a href="../glossary.html">Glossary</a> | <a href="../sitemap.html">Sitemap</a></p></div>
-</body></html>
\ No newline at end of file
+</body></html>
index 23e95092711cf72af27b476b5cf018b754d76063..74a7a0572ddc8132f66549a14485707577967360 100644 (file)
@@ -494,14 +494,14 @@ a directory</description>
 <usage>
     <p>The <directive>IndexIgnore</directive> directive adds to the
     list of files to hide when listing a directory. <var>File</var> is a
-    file extension, partial filename, wildcard expression or full
-    filename for files to ignore. Multiple IndexIgnore directives add
+    shell-style wildcard expression or full
+    filename. Multiple IndexIgnore directives add
     to the list, rather than the replacing the list of ignored
     files. By default, the list contains <code>.</code> (the current
     directory).</p>
 
     <example>
-      IndexIgnore README .htaccess *~
+      IndexIgnore README .htaccess *.bak *~
     </example>
 </usage>
 </directivesynopsis>