From: bob@starlabs.net Date: Wed, 21 Apr 2004 11:07:22 +0000 (+0000) Subject: [perl #29033] typo in description of sleep in documentation of POSIX module X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=66e2fd5444a96049971bab49da0a163e8fa5e52d;p=p5sagit%2Fp5-mst-13.2.git [perl #29033] typo in description of sleep in documentation of POSIX module From: "bob@starlabs.net (via RT)" Message-ID: p4raw-id: //depot/perl@22747 --- diff --git a/ext/POSIX/POSIX.pod b/ext/POSIX/POSIX.pod index 03a5aa3..66f5381 100644 --- a/ext/POSIX/POSIX.pod +++ b/ext/POSIX/POSIX.pod @@ -1190,7 +1190,7 @@ See also L. This is functionally identical to Perl's builtin C function for suspending the execution of the current for process for certain -number of seconds, see L. There is one signifanct +number of seconds, see L. There is one significant difference, however: C returns the number of B seconds, while the C returns the number of slept seconds.