]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
httpd 2.4.x and above require at least APR 1.3, so this is always the case.
authorChristophe Jaillet <jailletc36@apache.org>
Wed, 4 May 2022 17:49:03 +0000 (17:49 +0000)
committerChristophe Jaillet <jailletc36@apache.org>
Wed, 4 May 2022 17:49:03 +0000 (17:49 +0000)
Simplify the wording in the doc.

[skip ci]

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1900557 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_log_config.xml

index 4e2297e10b79cea017f60e1a9562047862e5bc83..053aadf86d6ebd22e0d533c038d409b2e471eb64 100644 (file)
     <tr><td><code>%{<var>format</var>}P</code></td>
         <td>The process ID or thread ID of the child that serviced the
         request.  Valid formats are <code>pid</code>, <code>tid</code>,
-        and <code>hextid</code>.  <code>hextid</code> requires APR 1.2.0 or
-        higher.
+        and <code>hextid</code>.
         </td></tr>
 
     <tr><td><code>%q</code></td>