summaryrefslogtreecommitdiff
path: root/docs/manual/developer
diff options
context:
space:
mode:
authorDaniel Earl Poirier <poirier@apache.org>2011-03-16 16:53:43 +0000
committerDaniel Earl Poirier <poirier@apache.org>2011-03-16 16:53:43 +0000
commitfed0abe5139fc250122e26bff299e7fdecd5f542 (patch)
tree0b915ffb38498564fa46eb85955202eefdcc61ea /docs/manual/developer
parent32c4496dd327fd53af99ce748918fabc1a863dd7 (diff)
downloadhttpd-fed0abe5139fc250122e26bff299e7fdecd5f542.tar.gz
Fix XML so it validates again
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1082203 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/developer')
-rw-r--r--docs/manual/developer/new_api_2_4.xml6
1 files changed, 4 insertions, 2 deletions
diff --git a/docs/manual/developer/new_api_2_4.xml b/docs/manual/developer/new_api_2_4.xml
index ece7c39f40..7a5feccd01 100644
--- a/docs/manual/developer/new_api_2_4.xml
+++ b/docs/manual/developer/new_api_2_4.xml
@@ -287,7 +287,7 @@
code will remain compatible with HTTPD 2.0 and 2.2.</p>
<p>Consider the following changes to take advantage of the new
- <code>APLOG_TRACE1..8</code> log levels:
+ <code>APLOG_TRACE1..8</code> log levels:</p>
<ul>
<li>Check current use of <code>APLOG_DEBUG</code> and
consider if one of the <code>APLOG_TRACEn</code> levels is
@@ -300,7 +300,7 @@
configured log level, use the <code>APLOGtrace<em>n</em></code>
and <code>APLOGrtrace<em>n</em></code> macros to first check
if tracing is enabled.</li>
- </ul></p>
+ </ul>
<p>Modules sometimes add process id and/or thread id to their log
messages. These ids are now logged by default, so it may not
@@ -412,6 +412,7 @@
<section id="upgrading_newfeatures">
<title>Does your module...</title>
+ <dl>
<dt>Parse query args</dt>
<dd>Consider if <code>ap_args_to_table()</code> would be
helpful.</dd>
@@ -426,6 +427,7 @@
<dt>Implement cleanups which clear pointer variables</dt>
<dd>Use <code>ap_pool_cleanup_set_null()</code>.</dd>
+ </dl>
</section>
</section>