From: Hugo van der Sanden Date: Wed, 29 Mar 2006 14:34:00 +0000 (+0000) Subject: child's processor time X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=2a958fe27787f33e3614e1257dc03278f1301922;p=p5sagit%2Fp5-mst-13.2.git child's processor time Message-Id: <200603291234.k2TCY6r29535@zen.crypt.org> p4raw-id: //depot/perl@27629 --- diff --git a/pod/perlfunc.pod b/pod/perlfunc.pod index f1c5381..e9e22fa 100644 --- a/pod/perlfunc.pod +++ b/pod/perlfunc.pod @@ -6465,6 +6465,8 @@ seconds, for this process and the children of this process. In scalar context, C returns C<$user>. +Note that times for children are included only after they terminate. + =item tr/// The transliteration operator. Same as C. See L.