Skip to content

Commit 66908d9

Browse files
author
Andre Malo
committed
update transformation
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@105027 13f79535-47bb-0310-9956-ffa450edef68
1 parent ef3bdcc commit 66908d9

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

docs/manual/faq/all_in_one.html.en

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
<dl>
6060
<dt>Check the errorlog!</dt>
6161
<dd>Apache tries to be helpful when it encounters a problem. In many
62-
cases, it will provide some details by writing one or messages to the
62+
cases, it will provide some details by writing one or more messages to the
6363
server error log. Sometimes this is enough for you to diagnose &amp; fix
6464
the problem yourself (such as file permissions or the like). The default
6565
location of the error log is

docs/manual/faq/support.html.en

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
<dl>
4343
<dt>Check the errorlog!</dt>
4444
<dd>Apache tries to be helpful when it encounters a problem. In many
45-
cases, it will provide some details by writing one or messages to the
45+
cases, it will provide some details by writing one or more messages to the
4646
server error log. Sometimes this is enough for you to diagnose &amp; fix
4747
the problem yourself (such as file permissions or the like). The default
4848
location of the error log is

docs/manual/faq/support.xml.ko

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="EUC-KR" ?>
22
<!DOCTYPE faq SYSTEM "../style/faq.dtd">
33
<?xml-stylesheet type="text/xsl" href="../style/manual.ko.xsl"?>
4-
<!-- English Revision: 1.4 -->
4+
<!-- English Revision: 1.5 -->
55

66
<!--
77
Copyright 2004 The Apache Software Foundation

docs/manual/mod/mod_log_forensic.html.en

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ version 2.1</td></tr></table>
6565
<div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
6666
<div class="section">
6767
<h2><a name="formats" id="formats">Forensic Log Format</a></h2>
68-
<p>Each request is logged two times. The first time <em>before</em> it's
68+
<p>Each request is logged two times. The first time is <em>before</em> it's
6969
processed further (that is, after receiving the headers). The second log
7070
entry is written <em>after</em> the request processing at the same time
7171
where normal logging occurs.</p>
@@ -86,7 +86,7 @@ version 2.1</td></tr></table>
8686
Firefox/0.8|Accept:image/png, <var>etc...</var>
8787
</code></p></div>
8888

89-
<p>The plus character at the beginning indicates that this is first log
89+
<p>The plus character at the beginning indicates that this is the first log
9090
line of this request. The second line just contains a minus character and
9191
the ID again:</p>
9292

0 commit comments

Comments
 (0)