From: Rich Bowen Date: Tue, 29 Dec 2009 02:56:51 +0000 (+0000) Subject: Applies patch provided in X-Git-Tag: 2.3.5~56 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=9faa2c8186e80e50fb2a438ecc9c32f64a3a7d2a;p=thirdparty%2Fapache%2Fhttpd.git Applies patch provided in https://issues.apache.org/bugzilla/show_bug.cgi?id=47463 to clarify the use of -NameWidth git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@894300 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_autoindex.html.en b/docs/manual/mod/mod_autoindex.html.en index 018a7056e0f..17f12bd8ea9 100644 --- a/docs/manual/mod/mod_autoindex.html.en +++ b/docs/manual/mod/mod_autoindex.html.en @@ -659,7 +659,8 @@ indexing
The NameWidth keyword allows you to specify the width of the filename column in bytes.
-
-NameWidth (or unset) allows mod_autoindex to calculate the best width.
+
-NameWidth (or unset) allows mod_autoindex to calculate the best width, but only up + to 20 bytes wide.
NameWidth=n fixes the column width to n bytes wide.
diff --git a/docs/manual/mod/mod_autoindex.xml b/docs/manual/mod/mod_autoindex.xml index bb2ee18fa32..483eb695b72 100644 --- a/docs/manual/mod/mod_autoindex.xml +++ b/docs/manual/mod/mod_autoindex.xml @@ -667,7 +667,8 @@ indexing of the filename column in bytes.
-NameWidth (or unset) allows mod_autoindex to calculate the best width.
+ >mod_autoindex to calculate the best width, but only up + to 20 bytes wide.
NameWidth=n fixes the column width to n bytes wide.