Commit ef3bdcc3 authored by Yoshiki Hayashi's avatar Yoshiki Hayashi
Browse files

Grammar police.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@105020 13f79535-47bb-0310-9956-ffa450edef68
parent 1fe2a64f
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
<?xml version="1.0"?>
<!DOCTYPE modulesynopsis SYSTEM "../style/modulesynopsis.dtd">
<?xml-stylesheet type="text/xsl" href="../style/manual.en.xsl"?>
<!-- $Revision: 1.4 $ -->
<!-- $Revision: 1.5 $ -->

<!--
 Copyright 2004 The Apache Software Foundation
@@ -52,7 +52,7 @@ version 2.1</compatibility>
<seealso><module>mod_log_config</module></seealso>

<section id="formats"><title>Forensic Log Format</title>
    <p>Each request is logged two times. The first time <em>before</em> it's
    <p>Each request is logged two times. The first time is <em>before</em> it's
    processed further (that is, after receiving the headers). The second log
    entry is written <em>after</em> the request processing at the same time
    where normal logging occurs.</p>
@@ -73,7 +73,7 @@ version 2.1</compatibility>
        Firefox/0.8|Accept:image/png, <var>etc...</var>
    </example>

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