ben 2003/11/03 09:00:15
Modified: include apr_pools.h
Log:
Fix child_cleanup docco.
Revision Changes Path
1.109 +2 -2 apr/include/apr_pools.h
Index: apr_pools.h
===================================================================
RCS file: /home/cvs/apr/include/apr_pools.h,v
retrieving revision 1.108
retrieving revision 1.109
diff -u -r1.108 -r1.109
--- apr_pools.h 30 Oct 2003 12:17:07 -0000 1.108
+++ apr_pools.h 3 Nov 2003 17:00:15 -0000 1.109
@@ -523,8 +523,8 @@
* @param data The data to pass to the cleanup function.
* @param plain_cleanup The function to call when the pool is cleared
* or destroyed
- * @param child_cleanup The function to call when a child process is being
- * shutdown - this function is called in the child,
obviously!
+ * @param child_cleanup The function to call when a child process is about
+ * to exec - this function is called in the child,
obviously!
*/
APR_DECLARE(void) apr_pool_cleanup_register(
apr_pool_t *p,