]> 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 10:59:28 +0000 (10:59 +0000)
committerRainer Jung <rjung@apache.org>
Tue, 20 Jul 2010 10:59:28 +0000 (10:59 +0000)
I kept "back slash" when explicitely used in
comparison with "forward slash".

Backport of r965792 from trunk.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@965799 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 00b1c3b591bbc6cad15d49a7541f8aa52f78dc6b..4ddc6c18dd014186a1a13f5892d9e2448289ee5d 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
@@ -182,4 +182,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 390a88ca85e8be67a00ee5bad2d8c59953e708a2..595286701459e04d1ee66350dbfdc1f26e1163d7 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 6eaba81893cc116b3b6da692a882fb295d6c5be6..4ede77b68ee5b10503a072273a7bd663679a1386 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 ed88ab7fd92af38ac6443e92511414d7c4b80473..1e13f4dc3abf04c88dbdf01db8e56610599b6c3e 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 8a18aaaee417ee105c837cdacc2da67f9677a092..e9d8ed59cc64445c99886338bec81e1f4949bd3a 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 c30a77a83b6bae39f2e0cbebb9545fc8073d706b..1d4e87e408207430bb3df809039c2e36a98a1a94 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