diff options
Diffstat (limited to 'ext/Time/HiRes/HiRes.pm')
-rw-r--r-- | ext/Time/HiRes/HiRes.pm | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/ext/Time/HiRes/HiRes.pm b/ext/Time/HiRes/HiRes.pm index 4e5244b6bb..72fc6065df 100644 --- a/ext/Time/HiRes/HiRes.pm +++ b/ext/Time/HiRes/HiRes.pm @@ -106,9 +106,8 @@ seconds like Time::HiRes::time() (see below). =item usleep ( $useconds ) Issues a usleep for the number of microseconds specified. Returns the -number of microseconds actually slept. The number of microseconds -B<must> be between 0 and 1_000_0000 (inclusive): you B<cannot> sleep -a minute by usleep(60_000_000). See also Time::HiRes::sleep() below. +number of microseconds actually slept. See also Time::HiRes::sleep() +below. =item ualarm ( $useconds [, $interval_useconds ] ) |