Commit ded60db4 authored by Rich Bowen's avatar Rich Bowen
Browse files

Define delimiter, as per a complaint in the comments

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1818828 13f79535-47bb-0310-9956-ffa450edef68
parent 01b002f0
Loading
Loading
Loading
Loading
+7 −1
Original line number Diff line number Diff line
@@ -82,8 +82,14 @@
        </highlight>
    </example>

    <p>The character which is used to separate (or "delimit") the
    various parts of the substituion string is referred to as the
    "delimiter", and it is most common to use a slash for this
    purpose.</p>

    <p>If either the pattern or the substitution contain a slash
    character then an alternative delimiter should be used:</p>
    character then an alternative delimiter may be used to make the
    directive more readable:</p>

    <example><title>Example of using an alternate delimiter</title>
    <highlight language="config">