rbowen 2003/03/13 07:13:30
Modified: htdocs/manual/mod mod_autoindex.html
Log:
Make a note that AddDescription applies to directories as well as filed
Submitted by: Morbus on #apache
Revision Changes Path
1.51 +4 -4 httpd-docs-1.3/htdocs/manual/mod/mod_autoindex.html
Index: mod_autoindex.html
===================================================================
RCS file: /home/cvs/httpd-docs-1.3/htdocs/manual/mod/mod_autoindex.html,v
retrieving revision 1.50
retrieving revision 1.51
diff -u -r1.50 -r1.51
--- mod_autoindex.html 13 Nov 2002 21:24:13 -0000 1.50
+++ mod_autoindex.html 13 Mar 2003 15:13:30 -0000 1.51
@@ -248,7 +248,7 @@
<a href="directive-dict.html#Syntax"
rel="Help"><strong>Syntax:</strong></a> AddDescription
- <em>string file</em> [<em>file</em>] ...<br />
+ <em>"string" file</em> [<em>file</em>] ...<br />
<a href="directive-dict.html#Context"
rel="Help"><strong>Context:</strong></a> server config, virtual
host, directory, .htaccess<br />
@@ -259,11 +259,11 @@
<a href="directive-dict.html#Module"
rel="Help"><strong>Module:</strong></a> mod_autoindex
- <p>This sets the description to display for a file, for <a
+ <p>This sets the description to display for a file or directory, for <a
href="#fancyindexing">FancyIndexing</a>. <em>File</em> is a
file extension, partial filename, wild-card expression or full
- filename for files to describe. <em>String</em> is enclosed in
- double quotes (<code>"</code>). Example:</p>
+ filename for files or directories to describe. <em>String</em> is
+ enclosed in double quotes (<code>"</code>). Example:</p>
<blockquote>
<code>AddDescription "The planet Mars"
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]