summaryrefslogtreecommitdiffstats
path: root/docs/manual
diff options
context:
space:
mode:
authorRich Bowen <rbowen@apache.org>2002-03-02 17:39:01 +0100
committerRich Bowen <rbowen@apache.org>2002-03-02 17:39:01 +0100
commitbfafb044005337b77a484c6b4133756ec4847b97 (patch)
tree97a2b28a05ed62384083be80b60e2c03fdfff151 /docs/manual
parentInitial conversion. Need to clean this up a little. (diff)
downloadapache2-bfafb044005337b77a484c6b4133756ec4847b97.tar.xz
apache2-bfafb044005337b77a484c6b4133756ec4847b97.zip
Add section id, make a note into a <note>
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93672 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual')
-rw-r--r--docs/manual/mod/mod_log_config.xml7
1 files changed, 4 insertions, 3 deletions
diff --git a/docs/manual/mod/mod_log_config.xml b/docs/manual/mod/mod_log_config.xml
index b3c3809a1a..edcc9eba6d 100644
--- a/docs/manual/mod/mod_log_config.xml
+++ b/docs/manual/mod/mod_log_config.xml
@@ -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>