You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by sl...@apache.org on 2004/03/23 01:53:02 UTC

cvs commit: httpd-2.0/docs/manual/mod mod_autoindex.html.en mod_autoindex.xml

slive       2004/03/22 16:53:02

  Modified:    docs/manual/mod mod_autoindex.html.en mod_autoindex.xml
  Log:
  Fix description of Indexignore argument.
  
  PR: 25870
  
  Revision  Changes    Path
  1.35      +3 -3      httpd-2.0/docs/manual/mod/mod_autoindex.html.en
  
  Index: mod_autoindex.html.en
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/mod/mod_autoindex.html.en,v
  retrieving revision 1.34
  retrieving revision 1.35
  diff -u -d -b -u -r1.34 -r1.35
  --- mod_autoindex.html.en	21 Feb 2004 00:31:35 -0000	1.34
  +++ mod_autoindex.html.en	23 Mar 2004 00:53:02 -0000	1.35
  @@ -488,14 +488,14 @@
   </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>
  
  
  
  1.23      +3 -3      httpd-2.0/docs/manual/mod/mod_autoindex.xml
  
  Index: mod_autoindex.xml
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/mod/mod_autoindex.xml,v
  retrieving revision 1.22
  retrieving revision 1.23
  diff -u -d -b -u -r1.22 -r1.23
  --- mod_autoindex.xml	9 Feb 2004 20:16:07 -0000	1.22
  +++ mod_autoindex.xml	23 Mar 2004 00:53:02 -0000	1.23
  @@ -494,14 +494,14 @@
   <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>