From d8d59dedd9ae8789478ecd78851198330526e63c Mon Sep 17 00:00:00 2001 From: Rainer Jung Date: Tue, 20 Jul 2010 10:59:28 +0000 Subject: [PATCH] Replace "back-slash" with "backslash" in docs. 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 | 6 +++--- docs/manual/configuring.xml | 4 ++-- docs/manual/logs.html.en | 4 ++-- docs/manual/logs.xml | 2 +- docs/manual/mod/mod_log_config.html.en | 6 +++--- docs/manual/mod/mod_log_config.xml | 4 ++-- 6 files changed, 13 insertions(+), 13 deletions(-) diff --git a/docs/manual/configuring.html.en b/docs/manual/configuring.html.en index 00b1c3b591b..4ddc6c18dd0 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 @@ -182,4 +182,4 @@ HTTP server.

- \ No newline at end of file + diff --git a/docs/manual/configuring.xml b/docs/manual/configuring.xml index 390a88ca85e..59528670145 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 6eaba81893c..4ede77b68ee 100644 --- a/docs/manual/logs.html.en +++ b/docs/manual/logs.html.en @@ -178,7 +178,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 @@ -601,4 +601,4 @@

- \ No newline at end of file + diff --git a/docs/manual/logs.xml b/docs/manual/logs.xml index ed88ab7fd92..1e13f4dc3ab 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 8a18aaaee41..e9d8ed59cc6 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 @@ -492,4 +492,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 c30a77a83b6..1d4e87e4082 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 -- 2.47.2