From: Eric Covener
Date: Tue, 24 Feb 2015 16:45:34 +0000 (+0000)
Subject: xform
X-Git-Tag: 2.4.13~402
X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5db43e95cf052c31466bffcec35b0986d1e705d2;p=apache
xform
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1662019 13f79535-47bb-0310-9956-ffa450edef68
---
diff --git a/docs/manual/configuring.html.en b/docs/manual/configuring.html.en
index b0ede2c5e1..a87a96ecde 100644
--- a/docs/manual/configuring.html.en
+++ b/docs/manual/configuring.html.en
@@ -76,9 +76,9 @@ Server.
but arguments to directives are often case sensitive. Lines
that begin with the hash character "#" are considered
comments, and are ignored. Comments may not 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.
+ 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.
The values of variables defined with the Define
of or shell environment variables can
be used in configuration file lines using the syntax ${VAR}
.