]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Remove a useless and erroneous precision about the upper limit of LimitRequestFields.
authorChristophe Jaillet <jailletc36@apache.org>
Sat, 14 Nov 2020 07:35:48 +0000 (07:35 +0000)
committerChristophe Jaillet <jailletc36@apache.org>
Sat, 14 Nov 2020 07:35:48 +0000 (07:35 +0000)
While at it, improve an unrelated syntax highlight somewhere else.

 [skip ci]
(r1883412 in trunk)

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1883413 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/core.xml

index b13e3a16e4a721d36f4c1f0424a6fb36fea9f9fd..c9b6b46e846366741efe2ec09afcc9242dba59fa 100644 (file)
@@ -2138,7 +2138,7 @@ ForceType image/gif
     <p>Finally, if you have <a
     href="mod_authz_host.html#reqhost">hostname-based Require
     directives</a>, a hostname lookup will be performed regardless of
-    the setting of <code>HostnameLookups</code>.</p>
+    the setting of <directive>HostnameLookups</directive>.</p>
 </usage>
 </directivesynopsis>
 
@@ -2832,8 +2832,8 @@ will be accepted from the client</description>
 <contextlist><context>server config</context><context>virtual host</context></contextlist>
 
 <usage>
-    <p><var>Number</var> is an integer from 0 (meaning unlimited) to
-    32767. The default value is defined by the compile-time
+    <p>Setting <var>number</var> at 0 means unlimited.
+    The default value is defined by the compile-time
     constant <code>DEFAULT_LIMIT_REQUEST_FIELDS</code> (100 as
     distributed).</p>