]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
xforms
authorEric Covener <covener@apache.org>
Tue, 24 Feb 2015 16:46:07 +0000 (16:46 +0000)
committerEric Covener <covener@apache.org>
Tue, 24 Feb 2015 16:46:07 +0000 (16:46 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1662020 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/configuring.html.en

index a7a29b28e06f49df5b7f9cbffbe89c6e0977cba3..d354da7f0c89c2b30a965b1aa22f7b040b7032c0 100644 (file)
@@ -73,9 +73,9 @@ HTTP server.</p>
     but arguments to directives are often case sensitive. Lines
     that begin with the hash character "#" are considered
     comments, and are ignored. Comments may <strong>not</strong> be
-    included on a line after a configuration directive. Blank lines
-    and white space occurring before a directive are ignored, so
-    you may indent directives for clarity.</p>
+    included on the same line as a configuration directive. 
+    White space occurring before a directive is ignored, so
+    you may indent directives for clarity. Blank lines are also ignored.</p>
 
     <p>The values of shell environment variables can be used in
     configuration file lines using the syntax <code>${ENVVAR}</code>.