]> granicus.if.org Git - apache/commitdiff
Replace "back-slash" with "backslash" in docs.
authorRainer Jung <rjung@apache.org>
Tue, 20 Jul 2010 10:48:02 +0000 (10:48 +0000)
committerRainer Jung <rjung@apache.org>
Tue, 20 Jul 2010 10:48:02 +0000 (10:48 +0000)
I kept "back slash" when explicitely used in
comparison with "forward slash".

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@965792 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 81f12371a1e8819ffaebe3a6ce87ba9113019ec9..2e5ee8c2dc7fded7924ecb1ec1752691965ad02c 100644 (file)
@@ -61,10 +61,10 @@ Server.</p>
     
 
     <p>httpd 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
@@ -187,4 +187,4 @@ Server.</p>
 </div><div id="footer">
 <p class="apache">Copyright 2010 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 4570a81f5bfc0d1f929e334174e95c2bc1d991e0..1c78223ea4c0ac6e1fea943b65b78e25fa96e950 100644 (file)
@@ -64,10 +64,10 @@ Server.</p>
     <title>Syntax of the Configuration Files</title>
 
     <p>httpd 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 6903d25e1bc17661a4e50d45b80d9b44cdbc8341..55583589ea4006d21bbb23a6d0619a7c869e6774 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 2010 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 081d556e706b5a5009271ae038d4fababa23e91b..54780b65a6f5ad38f1a29ae407b3ac77038a7b26 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 720dc297443cb7b5219fcb7eda44d596f896f622..7857603ec0b654cad6335a4634e4b361b94e3517 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 2010 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 2253b52244eef55017f53f33c198c1108b188d72..90753a6c151905812fe02afe3297dbb06baba6cd 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