X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=ext%2FPOSIX%2FPOSIX.pod;h=7b18fe5668c17c2b48c17255dec603a3084e8ab1;hb=41d39f3045c8f89e3965ec33f17acd39dcfa09eb;hp=4544a09097b5ffdedc00813bd00894c7f9b9a41a;hpb=d61b6859779b8f7b99dbf78883aa5b6ed49de6c0;p=p5sagit%2Fp5-mst-13.2.git diff --git a/ext/POSIX/POSIX.pod b/ext/POSIX/POSIX.pod index 4544a09..7b18fe5 100644 --- a/ext/POSIX/POSIX.pod +++ b/ext/POSIX/POSIX.pod @@ -1145,9 +1145,12 @@ See also L. =item sleep -This is identical to Perl's builtin C function -for suspending the execution of the current for process -for certain number of seconds, see 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 +difference, however: C returns the number of +B seconds, while the C returns the +number of slept seconds. =item sprintf