From: Eric Covener Date: Tue, 24 Feb 2015 16:43:31 +0000 (+0000) Subject: improve some slightly awkward wording per comments feedback: X-Git-Tag: 2.5.0-alpha~3434 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=867b5411fd1030f96b79784d2802a09d8d3b1c2a;p=apache improve some slightly awkward wording per comments feedback: http://httpd.apache.org/docs/2.4/configuring.html#comment_3678 The original can be read as applying to comments on a subsequent line. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1662012 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/configuring.xml b/docs/manual/configuring.xml index 655e16bcb4..c301a6b00a 100644 --- a/docs/manual/configuring.xml +++ b/docs/manual/configuring.xml @@ -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