Commit 18dc423f authored by Richard Bowen's avatar Richard Bowen
Browse files

We generally call them slashes, rather than sloshes.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@123820 13f79535-47bb-0310-9956-ffa450edef68
parent be24a789
Loading
Loading
Loading
Loading
+1 −1
Changes for docs/manual/mod/mod_rewrite.xml: 1 added line, 1 removed line.
Original line number Diff line number Diff line
@@ -226,7 +226,7 @@ URLs on the fly</description>
      <p>As of Apache 1.3.20, special characters in
      <em>TestString</em> and <em>Substitution</em> strings can be
      escaped (that is, treated as normal characters without their
      usual special meaning) by prefixing them with a slosh ('\')
      usual special meaning) by prefixing them with a slash ('\')
      character. In other words, you can include an actual
      dollar-sign character in a <em>Substitution</em> string by
      using '<code>\$</code>'; this keeps mod_rewrite from trying