]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
update transformation
authorAndré Malo <nd@apache.org>
Thu, 6 Jan 2005 11:08:16 +0000 (11:08 +0000)
committerAndré Malo <nd@apache.org>
Thu, 6 Jan 2005 11:08:16 +0000 (11:08 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@124361 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_log_config.xml.ja
docs/manual/mod/mod_log_config.xml.ko
docs/manual/mod/mod_rewrite.html.en

index 4d39217c0fc6a7d8ec5ff69326d6328963ea2c78..0ea5a4502a4dfe1a277cd92ae96794cc9cff991b 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="iso-2022-jp"?>
 <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
 <?xml-stylesheet type="text/xsl" href="../style/manual.ja.xsl"?>
-<!-- English Revision: 106090:106849 (outdated) -->
+<!-- English Revision: 106090:124244 (outdated) -->
 
 <!--
  Copyright 2004 The Apache Software Foundation
index ca53fe90e40aa8aa7d01299471abbb9aea2f2d32..86bb6235da5167f437fb0410b07786f15e297f17 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="EUC-KR" ?>
 <!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
 <?xml-stylesheet type="text/xsl" href="../style/manual.ko.xsl"?>
-<!-- English Revision: 106090:106849 (outdated) -->
+<!-- English Revision: 106090:124244 (outdated) -->
 
 <!--
  Copyright 2002-2004 The Apache Software Foundation
index 5203a8753c982e2014054d5d2dc9bd90d2c88d5c..b1ec9b61936d041cd5371608f046e90fb4dd4248 100644 (file)
@@ -240,7 +240,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 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