summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRich Bowen <rbowen@apache.org>2017-12-20 16:56:09 +0000
committerRich Bowen <rbowen@apache.org>2017-12-20 16:56:09 +0000
commit89ec2c261ba1c422009734f8213da76486b0d15c (patch)
treee58252523d3dfde4ba606c2dcf2feb6bfa2eb949
parentc2ed382365b13be166ac96224daf563940362e13 (diff)
downloadhttpd-89ec2c261ba1c422009734f8213da76486b0d15c.tar.gz
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
-rw-r--r--docs/manual/mod/mod_substitute.xml8
1 files changed, 7 insertions, 1 deletions
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 @@
</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">