Commit 19080a9f authored by Eric Covener's avatar Eric Covener
Browse files

Merge r1662012 from trunk:

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/branches/2.2.x@1662017 13f79535-47bb-0310-9956-ffa450edef68
parent bc8fb74f
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -73,9 +73,9 @@ HTTP 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 shell environment variables can be used in
    configuration file lines using the syntax <code>${ENVVAR}</code>.