]> granicus.if.org Git - apache/commitdiff
Fix description of Indexignore argument.
authorJoshua Slive <slive@apache.org>
Tue, 23 Mar 2004 00:53:02 +0000 (00:53 +0000)
committerJoshua Slive <slive@apache.org>
Tue, 23 Mar 2004 00:53:02 +0000 (00:53 +0000)
PR: 25870

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

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

index 1cc46a6a0a11b67d57a0f5dcd84110a5d44718f8..8253a13b82b4242d4810e29760be4f3837e8cc6d 100644 (file)
@@ -488,14 +488,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>
index d51cdfdb537b80a2cbed9ba566a5139ba356316e..857f570d1be0fc64c91966fc1010fa9a21282d7f 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>