From: Rainer Jung
Date: Tue, 20 Jul 2010 10:48:02 +0000 (+0000)
Subject: Replace "back-slash" with "backslash" in docs.
X-Git-Tag: 2.3.7~75
X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=822088c8c556b0c44b0d35844b005a04a66da0ea;p=apache
Replace "back-slash" with "backslash" in docs.
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
---
diff --git a/docs/manual/configuring.html.en b/docs/manual/configuring.html.en
index 81f12371a1..2e5ee8c2dc 100644
--- a/docs/manual/configuring.html.en
+++ b/docs/manual/configuring.html.en
@@ -61,10 +61,10 @@ Server.
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.
+ backslash and the end of the line.
Directives in the configuration files are case-insensitive,
but arguments to directives are often case sensitive. Lines
@@ -187,4 +187,4 @@ Server.
-