diff options
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/gen/alarm.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/gen/alarm.3 b/lib/libc/gen/alarm.3 index fb1893f..a9a04ce 100644 --- a/lib/libc/gen/alarm.3 +++ b/lib/libc/gen/alarm.3 @@ -53,9 +53,9 @@ waits a count of .Ar seconds before asserting the terminating signal .Dv SIGALRM . -When the signal has successfully been caught, .Fn alarm -returns the amount of time left on the clock. +returns the amount of time unexpired +from any previously pending alarm. The maximum number of .Ar seconds allowed |