]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Applies patch provided in
authorRich Bowen <rbowen@apache.org>
Tue, 29 Dec 2009 02:56:51 +0000 (02:56 +0000)
committerRich Bowen <rbowen@apache.org>
Tue, 29 Dec 2009 02:56:51 +0000 (02:56 +0000)
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

docs/manual/mod/mod_autoindex.html.en
docs/manual/mod/mod_autoindex.xml

index 018a7056e0f4db84d7f900fcee7528f814e3ab1a..17f12bd8ea939aee4e709b70086923b97b1c68a1 100644 (file)
@@ -659,7 +659,8 @@ indexing</td></tr>
       <dd>The <code>NameWidth</code> keyword allows you to specify the width
       of the filename column in bytes.</dd>
 
-      <dd><code>-NameWidth</code> (or unset) allows <code class="module"><a href="../mod/mod_autoindex.html">mod_autoindex</a></code> to calculate the best width.</dd>
+      <dd><code>-NameWidth</code> (or unset) allows <code class="module"><a href="../mod/mod_autoindex.html">mod_autoindex</a></code> to calculate the best width, but only up
+      to 20 bytes wide.</dd>
 
       <dd><code>NameWidth=<var>n</var></code> fixes the column width to
       <var>n</var> bytes wide.</dd>
index bb2ee18fa32d7cfa6e68c5609ffd7f5bfacc7204..483eb695b72c6da7c6a377bcaa581d67ed5705a6 100644 (file)
@@ -667,7 +667,8 @@ indexing</description>
       of the filename column in bytes.</dd>
 
       <dd><code>-NameWidth</code> (or unset) allows <module
-      >mod_autoindex</module> to calculate the best width.</dd>
+      >mod_autoindex</module> to calculate the best width, but only up
+      to 20 bytes wide.</dd>
 
       <dd><code>NameWidth=<var>n</var></code> fixes the column width to
       <var>n</var> bytes wide.</dd>