]> granicus.if.org Git - apache/commitdiff
Fix as suggested by jailletc36, corresponding to all other comments on the topic
authorWilliam A. Rowe Jr <wrowe@apache.org>
Fri, 19 Aug 2016 02:32:25 +0000 (02:32 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Fri, 19 Aug 2016 02:32:25 +0000 (02:32 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1756862 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/core.xml

index ee2f4aff351c35bee33b99526077686a1a8342ba..67c86f14998abb8d1e7345c1ee6538f8613a574e 100644 (file)
@@ -1250,11 +1250,11 @@ EnableSendfile On
 </directivesynopsis>
 
 <directivesynopsis>
-<name>HTTPProtocolOptions</name>
+<name>HttpProtocolOptions</name>
 <description>Modify restrictions on HTTP Request Messages</description>
-<syntax>HTTPProtocolOptions [Strict|Unsafe] [Allow0.9|Require1.0] 
+<syntax>HttpProtocolOptions [Strict|Unsafe] [Allow0.9|Require1.0] 
 [StrictWhitespace|LenientWhitespace] [RegisteredMethods|LenientMethods]</syntax>
-<default>HTTPProtocolOptions Strict Allow0.9 LenientWhitespace 
+<default>HttpProtocolOptions Strict Allow0.9 LenientWhitespace 
 LenientMethods</default>
 <contextlist><context>server config</context>
 <context>virtual host</context></contextlist>