File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -19,8 +19,8 @@ Synopsis 29: Builtin Functions
19
19
20
20
Created: 12 Mar 2005
21
21
22
- Last Modified: 4 Sep 2013
23
- Version: 58
22
+ Last Modified: 11 Sep 2013
23
+ Version: 59
24
24
25
25
The document is a draft.
26
26
@@ -277,7 +277,7 @@ accept * (Whatever) as an indication to sleep indefinitely.
277
277
278
278
=item sleep-timer
279
279
280
- multi sleep-timer ( Real $for = Inf --> Duration )
280
+ multi sleep-timer ( Real $for --> Duration )
281
281
282
282
Just like C<sleep>, but returns the amount of time remaining to sleep
283
283
as a C<Duration> (which will be 0 if the call was not interrupted).
@@ -291,7 +291,7 @@ the first place.)
291
291
292
292
=item sleep-till
293
293
294
- multi sleep-till ( Instant $till = Inf --> Bool )
294
+ multi sleep-till ( Instant $till --> Bool )
295
295
296
296
Just like C<sleep>, but checks the current time and goes back to
297
297
sleep if accidentally woken up early, to guarantee waiting until the
You can’t perform that action at this time.
0 commit comments