From: Ken Coar Date: Thu, 24 Sep 1998 15:27:52 +0000 (+0000) Subject: Correct name for IndexOptions keyword. X-Git-Tag: 1.3.3~8 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=59685f1c0d5e47d7f7e76bd13e917586647c3783;p=thirdparty%2Fapache%2Fhttpd.git Correct name for IndexOptions keyword. PR: 3066 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@82150 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_autoindex.html b/docs/manual/mod/mod_autoindex.html index 3a71cc4d889..3038384df44 100644 --- a/docs/manual/mod/mod_autoindex.html +++ b/docs/manual/mod/mod_autoindex.html @@ -530,9 +530,9 @@ precalculate the page layout without having to wait until all the images have been loaded. If no value is given for the option, it defaults to the standard width of the icons supplied with the Apache software. -
NameLength=[n | *] (Apache 1.3.2 and later) +
NameWidth=[n | *] (Apache 1.3.2 and later)
-The NameLength keyword allows you to specify the width of the +The NameWidth keyword allows you to specify the width of the filename column in bytes. If the keyword value is '*', then the column is automatically sized to the length of the longest filename in the display.