From 5d7e4d4b49d70d8a1d152d4ce2a331d5259f884b Mon Sep 17 00:00:00 2001
From: Joshua Slive
Date: Wed, 10 Jan 2001 21:38:36 +0000
Subject: [PATCH] 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
---
docs/manual/mod/mod_log_config.html | 7 ++++---
1 file 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 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 LogFormat directive. Common Log Format is used
-if no other format has been specified.
+href="#logformat">LogFormat directive (which does not define a
+nickname). Common Log Format is used if no other format has been
+specified.
Example:
- LogFormat %h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-agent}i\""
+ LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-agent}i\""
TranferLog logs/access_log
--
2.50.1