]> granicus.if.org Git - apache/commitdiff
Fix case in directive name, so that quickreference.xsl can extract default value...
authorChristophe Jaillet <jailletc36@apache.org>
Fri, 15 Feb 2019 07:50:20 +0000 (07:50 +0000)
committerChristophe Jaillet <jailletc36@apache.org>
Fri, 15 Feb 2019 07:50:20 +0000 (07:50 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1853617 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mpm_common.xml

index 6508ca7e494260edcd3719b0c2987daa4e657a19..1f91e676c8d3f4b7d798e2858e562941920c0585 100644 (file)
@@ -327,8 +327,8 @@ in *BSDs.</compatibility>
 <directivesynopsis>
 <name>ListenBackLog</name>
 <description>Maximum length of the queue of pending connections</description>
-<syntax>ListenBacklog <var>backlog</var></syntax>
-<default>ListenBacklog 511</default>
+<syntax>ListenBackLog <var>backlog</var></syntax>
+<default>ListenBackLog 511</default>
 <contextlist><context>server config</context></contextlist>
 <modulelist><module>event</module><module>worker</module>
 <module>prefork</module><module>mpm_winnt</module>