summaryrefslogtreecommitdiff
path: root/docs/manual/mod/mod_log_config.html
diff options
context:
space:
mode:
authorJoshua Slive <slive@apache.org>2001-01-10 21:38:36 +0000
committerJoshua Slive <slive@apache.org>2001-01-10 21:38:36 +0000
commit5d7e4d4b49d70d8a1d152d4ce2a331d5259f884b (patch)
tree3b3b4ac73bc3f99a02a1d1f517b30119a9f6da1c /docs/manual/mod/mod_log_config.html
parentbfee2d6b38b7c45a96ba502cb927084e89986cec (diff)
downloadhttpd-5d7e4d4b49d70d8a1d152d4ce2a331d5259f884b.tar.gz
Fix a typo in an example and make a slight clarification in the
TransferLog docs. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87648 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/mod/mod_log_config.html')
-rw-r--r--docs/manual/mod/mod_log_config.html7
1 files changed, 4 insertions, 3 deletions
diff --git a/docs/manual/mod/mod_log_config.html b/docs/manual/mod/mod_log_config.html
index f52e9c9f42..4a980e3e40 100644
--- a/docs/manual/mod/mod_log_config.html
+++ b/docs/manual/mod/mod_log_config.html
@@ -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>