]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Fix typo in rewrite docs (slash -> backslash).
authorRainer Jung <rjung@apache.org>
Tue, 20 Jul 2010 11:02:16 +0000 (11:02 +0000)
committerRainer Jung <rjung@apache.org>
Tue, 20 Jul 2010 11:02:16 +0000 (11:02 +0000)
Thanks to Denis Howe for the hint.

PR49620.
Backport of r965798 from 2.2.x.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@965801 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_rewrite.html.en
docs/manual/mod/mod_rewrite.xml

index 4acf26604d53c979b087339274f444183b628512..adfd1e4d54c38c1513550c6fd30dd018cc041d63 100644 (file)
@@ -172,7 +172,7 @@ URLs on the fly</td></tr>
       <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 slash ('\')
+      usual special meaning) by prefixing them with a backslash ('\')
       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
@@ -1668,4 +1668,4 @@ directory which is not always possible.
 </div><div id="footer">
 <p class="apache">Copyright 2009 The Apache Software Foundation.<br />Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.</p>
 <p class="menu"><a href="../mod/">Modules</a> | <a href="../mod/directives.html">Directives</a> | <a href="../faq/">FAQ</a> | <a href="../glossary.html">Glossary</a> | <a href="../sitemap.html">Sitemap</a></p></div>
-</body></html>
\ No newline at end of file
+</body></html>
index 0e5013098108646951ef6e8141a958f3eea55ead..602b0f68afd12a8fdcdf28a4c4704a57c8bdd71a 100644 (file)
@@ -157,7 +157,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 slash ('\')
+      usual special meaning) by prefixing them with a backslash ('\')
       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