From 5db43e95cf052c31466bffcec35b0986d1e705d2 Mon Sep 17 00:00:00 2001
From: Eric Covener
Date: Tue, 24 Feb 2015 16:45:34 +0000
Subject: [PATCH] xform
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 | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
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}
.
--
2.40.0