diff options
| author | Adam David <adam@FreeBSD.org> | 1996-07-19 13:07:42 +0000 |
|---|---|---|
| committer | Adam David <adam@FreeBSD.org> | 1996-07-19 13:07:42 +0000 |
| commit | 9584a298e4ed4525115ea73f736dab937202cf44 (patch) | |
| tree | 4bb7f044f1974c34a735ae565cb79bfce0bb2f8d /lib/libc | |
| parent | 9b2ea11c98d609db38eeb3f86e08ab2e54baa9ed (diff) | |
Notes
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 fb1893fda3e2..a9a04ce8fed9 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 |
