On 29/06/2007, at 12:27, Jim Jagielski wrote:

[EMAIL PROTECTED] wrote:

Author: davi
Date: Fri Jun 29 08:17:09 2007
New Revision: 551923

Modified: apr/apr/trunk/include/apr_lib.h
URL: http://svn.apache.org/viewvc/apr/apr/trunk/include/apr_lib.h? view=diff&rev=551923&r1=551922&r2=551923 ===================================================================== =========
--- apr/apr/trunk/include/apr_lib.h (original)
+++ apr/apr/trunk/include/apr_lib.h Fri Jun 29 08:17:09 2007
@@ -121,6 +121,9 @@
  * %%pm takes an apr_status_t * and prints the appropriate error
  *      string (from apr_strerror) corresponding to that error code.
  * %%pp takes a void * and outputs it in hex
+ * %%pB takes a apr_uint32_t * as bytes and outputs it's apr_strfsize
+ * %%pF same as above, but takes a apr_off_t *
+ * %%pS same as above, but takes a apr_size_t *
  *
  * %%pt is only available from APR 1.2.0 onwards.
  * %%pm is only available from APR 1.3.0 onwards.

Should add the %%pB/%%pF/%%pS "is only available" notes here as well.


Yes, thanks.

--
Davi Arnaut

Reply via email to