]> 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 10:57:39 +0000 (10:57 +0000)
committerRainer Jung <rjung@apache.org>
Tue, 20 Jul 2010 10:57:39 +0000 (10:57 +0000)
Thanks to Denis Howe for the hint.

PR49620.

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

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

index d6fea7b3d535aaef5a872cbaa23f49605a96593a..1ae86b41591eb5ca6560a0ac8db8c754aca6be90 100644 (file)
@@ -82,7 +82,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
@@ -1651,4 +1651,4 @@ should never be necessary and is unsupported.</p>
 </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 a9147b96e08eb8079ca3982085c8e86acf3f02ea..39936c96500168a668cac284b23b94549f204acb 100644 (file)
@@ -63,7 +63,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