]> granicus.if.org Git - apache/commitdiff
Error is argument listing for version sorting. A few minor typos.
authorRich Bowen <rbowen@apache.org>
Mon, 20 Aug 2001 00:19:49 +0000 (00:19 +0000)
committerRich Bowen <rbowen@apache.org>
Mon, 20 Aug 2001 00:19:49 +0000 (00:19 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90379 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_autoindex.html

index a85eb3182dd540882bf0ca2574c64f176ed2f6c5..38b94c7e25fc928b8676d2c2f0eb91655c7aa3d4 100644 (file)
@@ -109,13 +109,13 @@ directory resource.
 <li><SAMP>F=2</SAMP> formats the listing as an HTMLTable FancyIndexed list<br />&nbsp;
 
 <li><SAMP>V=0</SAMP> disables version sorting
-<li><SAMP>V=0</SAMP> enables version sorting<br />&nbsp;
+<li><SAMP>V=1</SAMP> enables version sorting<br />&nbsp;
 
 <li><SAMP>P=<EM>pattern</EM></SAMP> lists only files matching the given <EM>pattern</EM>
 </ul>
 
 <P>Note that the 'P'attern query argument is tested <em>after</em> the usual IndexIgnore
-directives are processed, and all file names are still subjected to the same critera
+directives are processed, and all file names are still subjected to the same criteria
 as any other autoindex listing.  The Query Arguments parser in mod_autoindex will stop
 abruptly when an unrecognized option is encountered.  The Query Arguments must be well
 formed, according to the table above.</P>
@@ -747,7 +747,7 @@ If there is no header file, the preamble is generated as usual.
 <DD>
 <!--%plaintext &lt;?INDEX {\tt SuppressIcon} index option&gt; -->
 This will suppress the icon in fancy indexing listings.  Combining
-both <EM>SuppressIcon</EM> and <EM>SuppressRules</EM> yeilds proper 
+both <EM>SuppressIcon</EM> and <EM>SuppressRules</EM> yields proper 
 HTML 3.2 output, which by the final specification prohibits IMG and HR 
 tags from the PRE block (used to format FancyIndexed listings.)
 <DT><A NAME="indexoptions:suppresslastmodified">SuppressLastModified</A>