diff options
author | adam <adam@FreeBSD.org> | 1996-07-19 13:07:42 +0000 |
---|---|---|
committer | adam <adam@FreeBSD.org> | 1996-07-19 13:07:42 +0000 |
commit | 742697ede9b6b4fa2eb003ddd93e43b342b4249c (patch) | |
tree | 4bb7f044f1974c34a735ae565cb79bfce0bb2f8d /lib | |
parent | 699492bba810a111d8bd13562f40f04127c345e5 (diff) | |
download | FreeBSD-src-742697ede9b6b4fa2eb003ddd93e43b342b4249c.zip FreeBSD-src-742697ede9b6b4fa2eb003ddd93e43b342b4249c.tar.gz |
the previous text was absurd, and wrong
Diffstat (limited to 'lib')
-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 |