]> granicus.if.org Git - apache/commitdiff
Add missing description for AddDescription directive.
authorYoshiki Hayashi <yoshiki@apache.org>
Thu, 13 Jun 2002 07:13:55 +0000 (07:13 +0000)
committerYoshiki Hayashi <yoshiki@apache.org>
Thu, 13 Jun 2002 07:13:55 +0000 (07:13 +0000)
Fix typo.

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

docs/manual/mod/mod_autoindex.xml

index 56638f6734e477de583ea0be01d9fd9fc437aea9..09d10eac39beaf619f30ee2bfa9fef980f790a1a 100644 (file)
@@ -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>