]> granicus.if.org Git - apache/commitdiff
Note that as a function, kept_body requires an argument,
authorJim Jagielski <jim@apache.org>
Thu, 21 Jan 2016 13:54:41 +0000 (13:54 +0000)
committerJim Jagielski <jim@apache.org>
Thu, 21 Jan 2016 13:54:41 +0000 (13:54 +0000)
but the value of that argument is completely moot.

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

docs/manual/expr.xml

index c6bb8f00a429f6f0cefd128058bcd1fdf0423ead..841c06a8163ae646f98b7087f6253d2872577818 100644 (file)
@@ -502,7 +502,9 @@ listfunction ::= listfuncname "<strong>(</strong>" word "<strong>)</strong>"
     <tr><td><code>note</code></td>
         <td>Lookup request note</td><td></td></tr>
     <tr><td><code>kept_body</code></td>
-        <td>Lookup response body if available in <code>r->kept_body</code></td><td></td></tr>
+        <td>Lookup response body if available in <code>r->kept_body</code>. <em>Note:</em>
+        function argument is required but ignored.
+        </td><td></td></tr>
     <tr><td><code>env</code></td>
         <td>Return first match of <code>note</code>, <code>reqenv</code>,
             <code>osenv</code></td><td></td></tr>