From: Eric Covener
Date: Tue, 24 Feb 2015 16:46:07 +0000 (+0000)
Subject: xforms
X-Git-Tag: 2.2.30~172
X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=686775eb92c70219ab3889840bea05fbf82fcc93;p=thirdparty%2Fapache%2Fhttpd.git
xforms
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1662020 13f79535-47bb-0310-9956-ffa450edef68
---
diff --git a/docs/manual/configuring.html.en b/docs/manual/configuring.html.en
index a7a29b28e06..d354da7f0c8 100644
--- a/docs/manual/configuring.html.en
+++ b/docs/manual/configuring.html.en
@@ -73,9 +73,9 @@ HTTP 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 shell environment variables can be used in
configuration file lines using the syntax ${ENVVAR}
.