* Joshua Slive wrote:

> You're right.  The docs are not at all clear on that point and should
> be improved.

Perhaps we can modify the syntax definition as below:

Syntax: LogFormat format|nickname
        LogFormat format [nickname]

Additionally the default should me mentioned inside the overview table:

Default: LogFormat "%h %l %u %t \"%r\" %>s %b" CLF
         LogFormat CLF

if this is ok, you may apply the attached patch ;-)

nd
-- 
my @japh = (sub{q~Just~},sub{q~Another~},sub{q~Perl~},sub{q~Hacker~});
my $japh = q[sub japh { }]; print join       #########################
 [ $japh =~ /{(.)}/] -> [0] => map $_ -> ()  #            Andr� Malo #
=> @japh;                                    # http://www.perlig.de/ #
Index: manual/mod/mod_log_config.xml
===================================================================
RCS file: /home/cvspublic/httpd-2.0/docs/manual/mod/mod_log_config.xml,v
retrieving revision 1.6
diff -u -r1.6 mod_log_config.xml
--- manual/mod/mod_log_config.xml       31 May 2002 07:31:09 -0000      1.6
+++ manual/mod/mod_log_config.xml       23 Aug 2002 12:24:38 -0000
@@ -311,8 +311,10 @@
 <directivesynopsis>
 <name>LogFormat</name>
 <description>Describes a format for use in a log file</description>
-<syntax>LogFormat
-    <em>format</em>|<em>nickname</em> [<em>nickname</em>]</syntax>
+<syntax>LogFormat <em>format</em>|<em>nickname</em><br />
+        LogFormat <em>format</em> [<em>nickname</em>]</syntax>
+<default>LogFormat "%h %l %u %t \"%r\" %>s %b" CLF<br />
+         LogFormat CLF</default>
 <contextlist><context>server config</context><context>virtual
 host</context></contextlist>
 <compatibility>Nickname only available in Apache 1.3 or later.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to