summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYoshiki Hayashi <yoshiki@apache.org>2002-06-13 07:13:55 +0000
committerYoshiki Hayashi <yoshiki@apache.org>2002-06-13 07:13:55 +0000
commitb97311c9ee02967608860828782fa6e545d68ce4 (patch)
treee06431b8373c7a97d9385b1c6ca82689b2e4db20
parent8220b482fa057a6013a3dff90ade656ab45a7407 (diff)
downloadhttpd-b97311c9ee02967608860828782fa6e545d68ce4.tar.gz
Add missing description for AddDescription directive.
Fix typo. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95635 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--docs/manual/mod/mod_autoindex.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/manual/mod/mod_autoindex.xml b/docs/manual/mod/mod_autoindex.xml
index 56638f6734..09d10eac39 100644
--- a/docs/manual/mod/mod_autoindex.xml
+++ b/docs/manual/mod/mod_autoindex.xml
@@ -239,6 +239,7 @@ icon selected by MIME content-type</description>
<directivesynopsis>
<name>AddDescription</name>
+<description>Description to display for a file</description>
<syntax>AddDescription
<em>string file</em> [<em>file</em>] ...</syntax>
<contextlist><context>server config</context><context>virtual host</context>
@@ -386,7 +387,7 @@ configured</description>
<p>The <directive>DefaultIcon</directive> directive sets the icon
to display for files when no specific icon is known, for <code><a
href="#indexoptions:fancyindexing">FancyIndexing</a></code>.
- <em>Url</em> is a (%-escaped) relative URL to the icon.
+ <em>Url-path</em> is a (%-escaped) relative URL to the icon.
Examples:</p>
<example>DefaultIcon /icon/unknown.xbm</example>
</usage>