From: Rich Bowen
Date: Wed, 20 Dec 2017 16:56:09 +0000 (+0000)
Subject: Define delimiter, as per a complaint in the comments
X-Git-Tag: 2.4.30~208
X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=89ec2c261ba1c422009734f8213da76486b0d15c;p=apache
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
---
diff --git a/docs/manual/mod/mod_substitute.xml b/docs/manual/mod/mod_substitute.xml
index b8535a94df..9016fbd901 100644
--- a/docs/manual/mod/mod_substitute.xml
+++ b/docs/manual/mod/mod_substitute.xml
@@ -82,8 +82,14 @@
+ 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.
+
If either the pattern or the substitution contain a slash
- character then an alternative delimiter should be used:
+ character then an alternative delimiter may be used to make the
+ directive more readable:
Example of using an alternate delimiter