From e662999a95acfc6f9b8c0064bf8f2336cae5e8d3 Mon Sep 17 00:00:00 2001 From: Joshua Slive Date: Sat, 24 Aug 2002 00:56:27 +0000 Subject: [PATCH] Wrong directive name. Submitted by: Andre Malo git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96514 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/mod_log_config.html.en | 2 +- docs/manual/mod/mod_log_config.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/manual/mod/mod_log_config.html.en b/docs/manual/mod/mod_log_config.html.en index 0d7a61a98bc..ab7d0f9a7b9 100644 --- a/docs/manual/mod/mod_log_config.html.en +++ b/docs/manual/mod/mod_log_config.html.en @@ -317,7 +317,7 @@ hostTransferLog directives. In addition, - TransferLog cannot use one nickname + LogFormat cannot use one nickname to define another nickname.

For example:

diff --git a/docs/manual/mod/mod_log_config.xml b/docs/manual/mod/mod_log_config.xml index 294789e64df..53e80e190dc 100644 --- a/docs/manual/mod/mod_log_config.xml +++ b/docs/manual/mod/mod_log_config.xml @@ -346,7 +346,7 @@ host nickname, it doesn't actually apply the format and make it the default. Therefore, it will not affect subsequent TransferLog directives. In addition, - TransferLog cannot use one nickname + LogFormat cannot use one nickname to define another nickname.

For example:

-- 2.47.3