]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Define "delimiter", as per a complaint in the comments.
authorRich Bowen <rbowen@apache.org>
Wed, 20 Dec 2017 16:54:58 +0000 (16:54 +0000)
committerRich Bowen <rbowen@apache.org>
Wed, 20 Dec 2017 16:54:58 +0000 (16:54 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1818827 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_substitute.xml

index 81a709f00fbc4893d905b62cfd64c136813ce89d..3a681abb31ca68574de775b82ac69b35c089ac1e 100644 (file)
         </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">