From: Jarkko Hietaniemi Date: Thu, 23 May 2002 17:41:21 +0000 (+0000) Subject: Typo squad. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=2bad225e044a6e3cf063675adbf900894460d1ee;p=p5sagit%2Fp5-mst-13.2.git Typo squad. p4raw-id: //depot/perl@16753 --- diff --git a/ext/POSIX/POSIX.pod b/ext/POSIX/POSIX.pod index 786df4c..7b18fe5 100644 --- a/ext/POSIX/POSIX.pod +++ b/ext/POSIX/POSIX.pod @@ -1148,7 +1148,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 -difference, however: C returns the number or +difference, however: C returns the number of B seconds, while the C returns the number of slept seconds. diff --git a/pod/perldelta.pod b/pod/perldelta.pod index bb7842d..eb219b7 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -514,7 +514,7 @@ my __PACKAGE__ $obj now works. =item * POSIX::sleep() now returns the number of I seconds -(as thex POSIX standard says), as opposed to CORE::sleep() which +(as the POSIX standard says), as opposed to CORE::sleep() which returns the number of slept seconds. =item *