]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Replace "back-slash" with "backslash" in docs.
authorRainer Jung <rjung@apache.org>
Tue, 20 Jul 2010 11:07:01 +0000 (11:07 +0000)
committerRainer Jung <rjung@apache.org>
Tue, 20 Jul 2010 11:07:01 +0000 (11:07 +0000)
I kept "back slash" when explicitely used in
comparison with "forward slash".

Backport of r965792 from trunk and of r965799
from 2.2.x.

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

docs/manual/configuring.html.en
docs/manual/configuring.xml
docs/manual/logs.html.en
docs/manual/logs.xml
docs/manual/mod/mod_log_config.html.en
docs/manual/mod/mod_log_config.xml

index a4fb665b2318ba7ff64182c0907822bf91c4ac59..c1cce52874804a85add0da1c1d407d3d2aec87e6 100644 (file)
@@ -61,10 +61,10 @@ HTTP server.</p>
     
 
     <p>Apache configuration files contain one directive per line.
-    The back-slash "\" may be used as the last character on a line
+    The backslash "\" may be used as the last character on a line
     to indicate that the directive continues onto the next line.
     There must be no other characters or white space between the
-    back-slash and the end of the line.</p>
+    backslash and the end of the line.</p>
 
     <p>Directives in the configuration files are case-insensitive,
     but arguments to directives are often case sensitive. Lines
@@ -168,4 +168,4 @@ HTTP server.</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 512b5260199b4d5bda057aee9a452639ff4e00d1..89fca3fa1aa23d02bc6a571cffd8d22dea099a7c 100644 (file)
@@ -64,10 +64,10 @@ HTTP server.</p>
     <title>Syntax of the Configuration Files</title>
 
     <p>Apache configuration files contain one directive per line.
-    The back-slash "\" may be used as the last character on a line
+    The backslash "\" may be used as the last character on a line
     to indicate that the directive continues onto the next line.
     There must be no other characters or white space between the
-    back-slash and the end of the line.</p>
+    backslash and the end of the line.</p>
 
     <p>Directives in the configuration files are case-insensitive,
     but arguments to directives are often case sensitive. Lines
index f76976bc393e71914e7abd1d54d8b99565a1ae50..4f45f03e5498187fb79826dea85feb46dcbb924d 100644 (file)
       server to log a particular piece of information. Literal
       characters may also be placed in the format string and will be
       copied directly into the log output. The quote character
-      (<code>"</code>) must be escaped by placing a back-slash before
+      (<code>"</code>) must be escaped by placing a backslash before
       it to prevent it from being interpreted as the end of the
       format string. The format string may also contain the special
       control characters "<code>\n</code>" for new-line and
 </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 5ea1d4771add778e569aa320cdebf17fa5cfc5a8..4ee25ac698f33d3fc23b7535e04cc56270ba2c2f 100644 (file)
       server to log a particular piece of information. Literal
       characters may also be placed in the format string and will be
       copied directly into the log output. The quote character
-      (<code>"</code>) must be escaped by placing a back-slash before
+      (<code>"</code>) must be escaped by placing a backslash before
       it to prevent it from being interpreted as the end of the
       format string. The format string may also contain the special
       control characters "<code>\n</code>" for new-line and
index 8164b076986bacaeefb579a78dbdc65a27e4a1a7..ea1cc68b6508f01d5d6b5f153f96b804d4d36398 100644 (file)
@@ -70,8 +70,8 @@
     used to log each request to the log file. It can contain literal
     characters copied into the log files and the C-style control
     characters "\n" and "\t" to represent new-lines and tabs.
-    Literal quotes and back-slashes should be escaped with
-    back-slashes.</p>
+    Literal quotes and backslashes should be escaped with
+    backslashes.</p>
 
     <p>The characteristics of the request itself are logged by
     placing "<code>%</code>" directives in the format string, which are
 </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 8c5b5425b1c9e55254241edd1511f99e9f9fb619..c43d9b18bb13c9377ae83115b1a7dadfd8b21b28 100644 (file)
@@ -55,8 +55,8 @@
     used to log each request to the log file. It can contain literal
     characters copied into the log files and the C-style control
     characters "\n" and "\t" to represent new-lines and tabs.
-    Literal quotes and back-slashes should be escaped with
-    back-slashes.</p>
+    Literal quotes and backslashes should be escaped with
+    backslashes.</p>
 
     <p>The characteristics of the request itself are logged by
     placing "<code>%</code>" directives in the format string, which are