]> granicus.if.org Git - apache/commitdiff
Add section id, make a note into a <note>
authorRich Bowen <rbowen@apache.org>
Sat, 2 Mar 2002 16:39:01 +0000 (16:39 +0000)
committerRich Bowen <rbowen@apache.org>
Sat, 2 Mar 2002 16:39:01 +0000 (16:39 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93672 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_log_config.xml

index b3c3809a1ad8970e3c35d33d1b48737d398b7ac3..edcc9eba6dfbf92fe3675d44fe84ec267ad13a8a 100644 (file)
@@ -31,7 +31,7 @@ user-specified format.</description>
 <seealso><strong>See also</strong>: 
 <a href="../logs.html">Apache Log Files</a>.</seealso>
 
-<section>
+<section id="formats">
 <title>Custom Log Formats</title>
 
     <p>The format argument to the <code>LogFormat</code> and
@@ -141,8 +141,9 @@ be in strftime(3) format. (potentially localized)</td></tr>
 '+' = connection may be kept alive after the response is sent.<br />
 '-' = connection will be closed after the response is sent.
 </example>
-(This directive was %...c in late versions of Apache 1.3, but
-this conflicted with the historical ssl %...{var}c syntax.)</td></tr>
+<note>(This directive was %...c in late versions of Apache 1.3, but
+this conflicted with the historical ssl %...{var}c syntax.)</note>
+</td></tr>
 
 </table>