]> granicus.if.org Git - apache/commitdiff
xform
authorEric Covener <covener@apache.org>
Tue, 24 Feb 2015 16:45:34 +0000 (16:45 +0000)
committerEric Covener <covener@apache.org>
Tue, 24 Feb 2015 16:45:34 +0000 (16:45 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1662019 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/configuring.html.en

index b0ede2c5e10eec99b04e335d030932f2e937db65..a87a96ecdeba412056929718923ee30368e4fa36 100644 (file)
@@ -76,9 +76,9 @@ 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 variables defined with the <code class="directive"><a href="./mod/core.html#define">Define</a></code> of or shell environment variables can
     be used in configuration file lines using the syntax <code>${VAR}</code>.