From: Rich Bowen Date: Sun, 19 Aug 2001 03:26:34 +0000 (+0000) Subject: A little more clarity in DescriptionWidth. Better phrasing recommended by Bill Rowe... X-Git-Tag: 2.0.25~283 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8b878bbe15b753332b3ede9a361ded5229585391;p=apache A little more clarity in DescriptionWidth. Better phrasing recommended by Bill Rowe on SuppressDescription git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90353 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_autoindex.html b/docs/manual/mod/mod_autoindex.html index a130e7d9d5..61ec67ac46 100644 --- a/docs/manual/mod/mod_autoindex.html +++ b/docs/manual/mod/mod_autoindex.html @@ -623,7 +623,8 @@ width of the description column in characters.
-DescriptionWidth (or unset) allows mod_autoindex to calculate the best width.
DescriptionWidth=n fixes the column width to n bytes wide.
-
DescriptionWidth=* grows the column to the necessary width.
+
DescriptionWidth=* grows the column to the width necessary to +accomodate the longest description string.
See the section on AddDescription for dangers inherent in truncating descriptions.
FancyIndexing @@ -681,8 +682,8 @@ software.
This option causes mod_autoindex to ignore all query variables from the -client, including sort order (implies SuppressColumnSorting.) +client, including sort order (implies SuppressColumnSorting.)
NameWidth=[n | *] (Apache 1.3.2 and later)
The NameWidth keyword allows you to specify the width of the @@ -712,7 +713,7 @@ That behavior is now controled by This will suppress the file description in fancy indexing listings. -By default, files have no descriptions, and so the use of this option +By default, no file descriptions are defined, and so the use of this option will regain 23 characters of screen space to use for something else. See AddDescription for information about setting the file description. See also the