diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2002-05-23 17:41:21 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2002-05-23 17:41:21 +0000 |
commit | 2bad225e044a6e3cf063675adbf900894460d1ee (patch) | |
tree | 298c91126305c2ded584098c7d5d8c8505124182 /ext/POSIX | |
parent | 2ab27a20d8a21f3a809f28b58523b172cd26afd8 (diff) | |
download | perl-2bad225e044a6e3cf063675adbf900894460d1ee.tar.gz |
Typo squad.
p4raw-id: //depot/perl@16753
Diffstat (limited to 'ext/POSIX')
-rw-r--r-- | ext/POSIX/POSIX.pod | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/POSIX/POSIX.pod b/ext/POSIX/POSIX.pod index 786df4c0b3..7b18fe5668 100644 --- a/ext/POSIX/POSIX.pod +++ b/ext/POSIX/POSIX.pod @@ -1148,7 +1148,7 @@ See also L<Math::Trig>. This is functionally identical to Perl's builtin C<sleep()> function for suspending the execution of the current for process for certain number of seconds, see L<perlfunc/sleep>. There is one signifanct -difference, however: C<POSIX::sleep()> returns the number or +difference, however: C<POSIX::sleep()> returns the number of B<unslept> seconds, while the C<CORE::sleep()> returns the number of slept seconds. |