You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by yo...@apache.org on 2002/06/13 09:13:55 UTC

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

yoshiki     2002/06/13 00:13:55

  Modified:    docs/manual/mod mod_autoindex.xml
  Log:
  Add missing description for AddDescription directive.
  Fix typo.
  
  Revision  Changes    Path
  1.6       +2 -1      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.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- mod_autoindex.xml	13 Jun 2002 02:13:30 -0000	1.5
  +++ mod_autoindex.xml	13 Jun 2002 07:13:55 -0000	1.6
  @@ -239,6 +239,7 @@
   
   <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 @@
       <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>