From: Rainer Jung
Date: Tue, 20 Jul 2010 11:07:01 +0000 (+0000)
Subject: Replace "back-slash" with "backslash" in docs.
X-Git-Tag: 2.0.64~43
X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8fdc64959fe9779e40a541d72fb9ffe0df31b1d6;p=thirdparty%2Fapache%2Fhttpd.git
Replace "back-slash" with "backslash" in docs.
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
---
diff --git a/docs/manual/configuring.html.en b/docs/manual/configuring.html.en
index a4fb665b231..c1cce528748 100644
--- a/docs/manual/configuring.html.en
+++ b/docs/manual/configuring.html.en
@@ -61,10 +61,10 @@ HTTP server.
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.
+ backslash and the end of the line.
Directives in the configuration files are case-insensitive,
but arguments to directives are often case sensitive. Lines
@@ -168,4 +168,4 @@ HTTP server.
-