Return-Path: Delivered-To: apmail-httpd-cvs-archive@www.apache.org Received: (qmail 80437 invoked from network); 20 Jul 2010 11:08:01 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 20 Jul 2010 11:08:01 -0000 Received: (qmail 43586 invoked by uid 500); 20 Jul 2010 11:08:01 -0000 Delivered-To: apmail-httpd-cvs-archive@httpd.apache.org Received: (qmail 43386 invoked by uid 500); 20 Jul 2010 11:07:59 -0000 Mailing-List: contact cvs-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: dev@httpd.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list cvs@httpd.apache.org Received: (qmail 43379 invoked by uid 99); 20 Jul 2010 11:07:58 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 20 Jul 2010 11:07:58 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 20 Jul 2010 11:07:55 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 023742388903; Tue, 20 Jul 2010 11:07:02 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r965803 - in /httpd/httpd/branches/2.0.x/docs/manual: configuring.html.en configuring.xml logs.html.en logs.xml mod/mod_log_config.html.en mod/mod_log_config.xml Date: Tue, 20 Jul 2010 11:07:01 -0000 To: cvs@httpd.apache.org From: rjung@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20100720110702.023742388903@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: rjung Date: Tue Jul 20 11:07:01 2010 New Revision: 965803 URL: http://svn.apache.org/viewvc?rev=965803&view=rev Log: 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. Modified: httpd/httpd/branches/2.0.x/docs/manual/configuring.html.en httpd/httpd/branches/2.0.x/docs/manual/configuring.xml httpd/httpd/branches/2.0.x/docs/manual/logs.html.en httpd/httpd/branches/2.0.x/docs/manual/logs.xml httpd/httpd/branches/2.0.x/docs/manual/mod/mod_log_config.html.en httpd/httpd/branches/2.0.x/docs/manual/mod/mod_log_config.xml Modified: httpd/httpd/branches/2.0.x/docs/manual/configuring.html.en URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.0.x/docs/manual/configuring.html.en?rev=965803&r1=965802&r2=965803&view=diff ============================================================================== --- httpd/httpd/branches/2.0.x/docs/manual/configuring.html.en (original) +++ httpd/httpd/branches/2.0.x/docs/manual/configuring.html.en Tue Jul 20 11:07:01 2010 @@ -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 + Modified: httpd/httpd/branches/2.0.x/docs/manual/configuring.xml URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.0.x/docs/manual/configuring.xml?rev=965803&r1=965802&r2=965803&view=diff ============================================================================== --- httpd/httpd/branches/2.0.x/docs/manual/configuring.xml (original) +++ httpd/httpd/branches/2.0.x/docs/manual/configuring.xml Tue Jul 20 11:07:01 2010 @@ -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 Modified: httpd/httpd/branches/2.0.x/docs/manual/logs.html.en URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.0.x/docs/manual/logs.html.en?rev=965803&r1=965802&r2=965803&view=diff ============================================================================== --- httpd/httpd/branches/2.0.x/docs/manual/logs.html.en (original) +++ httpd/httpd/branches/2.0.x/docs/manual/logs.html.en Tue Jul 20 11:07:01 2010 @@ -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 + Modified: httpd/httpd/branches/2.0.x/docs/manual/logs.xml URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.0.x/docs/manual/logs.xml?rev=965803&r1=965802&r2=965803&view=diff ============================================================================== --- httpd/httpd/branches/2.0.x/docs/manual/logs.xml (original) +++ httpd/httpd/branches/2.0.x/docs/manual/logs.xml Tue Jul 20 11:07:01 2010 @@ -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 Modified: httpd/httpd/branches/2.0.x/docs/manual/mod/mod_log_config.html.en URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.0.x/docs/manual/mod/mod_log_config.html.en?rev=965803&r1=965802&r2=965803&view=diff ============================================================================== --- httpd/httpd/branches/2.0.x/docs/manual/mod/mod_log_config.html.en (original) +++ httpd/httpd/branches/2.0.x/docs/manual/mod/mod_log_config.html.en Tue Jul 20 11:07:01 2010 @@ -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 + Modified: httpd/httpd/branches/2.0.x/docs/manual/mod/mod_log_config.xml URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.0.x/docs/manual/mod/mod_log_config.xml?rev=965803&r1=965802&r2=965803&view=diff ============================================================================== --- httpd/httpd/branches/2.0.x/docs/manual/mod/mod_log_config.xml (original) +++ httpd/httpd/branches/2.0.x/docs/manual/mod/mod_log_config.xml Tue Jul 20 11:07:01 2010 @@ -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