Commit be65e839 authored by Yoshiki Hayashi's avatar Yoshiki Hayashi
Browse files

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
parent bf57d273
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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>