]> 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:50:35 +0000 (17:50 +0000)
committerChristophe Jaillet <jailletc36@apache.org>
Wed, 4 May 2022 17:50:35 +0000 (17:50 +0000)
Simplify the wording in the doc.

r1900557 in trunk

[skip ci]

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1900558 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_log_config.xml

index 6b8419334b3b25563416b01d3b15769cb23d5197..2fe43f11edc90b33430893921186b70704f71bce 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>