]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
fix some typos
authorAndré Malo <nd@apache.org>
Fri, 4 Feb 2005 19:51:37 +0000 (19:51 +0000)
committerAndré Malo <nd@apache.org>
Fri, 4 Feb 2005 19:51:37 +0000 (19:51 +0000)
Submitted by: Jesús Blanco <blanco bitrock.com>

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@151396 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/logs.xml

index bfc9e3b47837360196023cb104c525f82bd616af..1289241a8813c40319e0d88916d8add8d9734e5d 100644 (file)
@@ -4,7 +4,8 @@
 <!-- $LastChangedRevision$ -->
 
 <!--
- Copyright 2002-2004 The Apache Software Foundation
+ Copyright 2002-2005 The Apache Software Foundation or it licensors,
+                     as applicable.
 
  Licensed under the Apache License, Version 2.0 (the "License");
  you may not use this file except in compliance with the License.
     <p>It is not possible to customize the error log by adding or
     removing information. However, error log entries dealing with
     particular requests have corresponding entries in the <a
-    href="#accesslog">access log</a>. For example, the above example
+    href="#accesslog">access log</a>. For instance, the above example
     entry corresponds to an access log entry with status code 403.
     Since it is possible to customize the access log, you can
     obtain more information about error conditions using that log
         <dd>The "hyphen" in the output indicates that the requested
         piece of information is not available. In this case, the
         information that is not available is the RFC 1413 identity of
-        the client determined by <code>identd</code> on the clients
+        the client determined by <code>identd</code> on the client's
         machine. This information is highly unreliable and should
         almost never be used except on tightly controlled internal
         networks. Apache httpd will not even attempt to determine
       </example>
 
       <p>Although we have just shown that conditional logging is very
-      powerful and flexibly, it is not the only way to control the
+      powerful and flexible, it is not the only way to control the
       contents of the logs. Log files are more useful when they
       contain a complete record of server activity. It is often
       easier to simply post-process the log files to remove requests