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.

- \ No newline at end of file + diff --git a/docs/manual/configuring.xml b/docs/manual/configuring.xml index 512b5260199..89fca3fa1aa 100644 --- a/docs/manual/configuring.xml +++ b/docs/manual/configuring.xml @@ -64,10 +64,10 @@ HTTP server.

Syntax of the Configuration Files

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 diff --git a/docs/manual/logs.html.en b/docs/manual/logs.html.en index f76976bc393..4f45f03e549 100644 --- a/docs/manual/logs.html.en +++ b/docs/manual/logs.html.en @@ -179,7 +179,7 @@ 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 - (") must be escaped by placing a back-slash before + (") 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 "\n" for new-line and @@ -584,4 +584,4 @@

- \ No newline at end of file + diff --git a/docs/manual/logs.xml b/docs/manual/logs.xml index 5ea1d4771ad..4ee25ac698f 100644 --- a/docs/manual/logs.xml +++ b/docs/manual/logs.xml @@ -190,7 +190,7 @@ 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 - (") must be escaped by placing a back-slash before + (") 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 "\n" for new-line and diff --git a/docs/manual/mod/mod_log_config.html.en b/docs/manual/mod/mod_log_config.html.en index 8164b076986..ea1cc68b650 100644 --- a/docs/manual/mod/mod_log_config.html.en +++ b/docs/manual/mod/mod_log_config.html.en @@ -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.

+ Literal quotes and backslashes should be escaped with + backslashes.

The characteristics of the request itself are logged by placing "%" directives in the format string, which are @@ -469,4 +469,4 @@

- \ No newline at end of file + diff --git a/docs/manual/mod/mod_log_config.xml b/docs/manual/mod/mod_log_config.xml index 8c5b5425b1c..c43d9b18bb1 100644 --- a/docs/manual/mod/mod_log_config.xml +++ b/docs/manual/mod/mod_log_config.xml @@ -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.

+ Literal quotes and backslashes should be escaped with + backslashes.

The characteristics of the request itself are logged by placing "%" directives in the format string, which are