]> granicus.if.org Git - apache/commitdiff
Fix a typo in an example and make a slight clarification in the
authorJoshua Slive <slive@apache.org>
Wed, 10 Jan 2001 21:38:36 +0000 (21:38 +0000)
committerJoshua Slive <slive@apache.org>
Wed, 10 Jan 2001 21:38:36 +0000 (21:38 +0000)
TransferLog docs.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87648 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_log_config.html

index f52e9c9f42ab6ae4f1e88885ec00d6173380dbf8..4a980e3e4068424045735d0b2b5553f358f3c762 100644 (file)
@@ -458,13 +458,14 @@ href="#customlog">CustomLog</a> directive, with the exception that it
 does not allow the log format to be specified explicitly or for
 conditional logging of requests.  Instead, the log format is
 determined by the most recently specified specified <a
-href="#logformat">LogFormat</a> directive.  Common Log Format is used
-if no other format has been specified.</p>
+href="#logformat">LogFormat</a> directive (which does not define a
+nickname).  Common Log Format is used if no other format has been
+specified.</p>
 
 <p>Example:</p>
 
 <pre>
-   LogFormat %h %l %u %t \"%r\" %&gt;s %b \"%{Referer}i\" \"%{User-agent}i\""
+   LogFormat "%h %l %u %t \"%r\" %&gt;s %b \"%{Referer}i\" \"%{User-agent}i\""
    TranferLog logs/access_log
 </pre>