]> granicus.if.org Git - apache/commitdiff
Fix XML so it validates again
authorDaniel Earl Poirier <poirier@apache.org>
Wed, 16 Mar 2011 16:53:43 +0000 (16:53 +0000)
committerDaniel Earl Poirier <poirier@apache.org>
Wed, 16 Mar 2011 16:53:43 +0000 (16:53 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1082203 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/developer/new_api_2_4.xml
docs/manual/mod/mod_ldap.xml

index ece7c39f4058f83a4fabc3e1a6074999f5119c6d..7a5feccd011f3bad7861aa3bb3bb46e535226c3a 100644 (file)
        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
          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
 
   <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>
 
     <dt>Implement cleanups which clear pointer variables</dt>
     <dd>Use <code>ap_pool_cleanup_set_null()</code>.</dd>
+    </dl>
   </section>
 
 </section>
index a62d34b3f7131446e456cf19899c405d320fc5c6..c55c4371405d985d0b060c4e7eb4925a80354f07 100644 (file)
@@ -701,8 +701,8 @@ connection client certificates.</description>
 <description>Discard backend connections that have been sitting in the connection pool too long</description>
 <syntax>LDAPConnectionPoolTTL <var>n</var></syntax>
 <default>LDAPConnectionPoolTTL -1</default>
-<compatability>Apache HTTP Server 2.3.12 and later</compatability>
 <contextlist><context>server config</context><context>virtual host</context></contextlist>
+<compatibility>Apache HTTP Server 2.3.12 and later</compatibility>
 
 <usage>
     <p>Specifies the maximum age, in seconds, that a pooled LDAP connection can remain idle