summaryrefslogtreecommitdiff
path: root/lib/libc
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>1997-08-14 06:32:25 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>1997-08-14 06:32:25 +0000
commitd1e224f2cc71b686027c6c1bc43770e5a855cfa4 (patch)
treefda1d02bed76435c7d57a7805e432798afe85b91 /lib/libc
parent3b3d0d1b497c6cfadd5740046b9283a172a332a5 (diff)
Notes
Diffstat (limited to 'lib/libc')
-rw-r--r--lib/libc/gen/ualarm.311
1 files changed, 5 insertions, 6 deletions
diff --git a/lib/libc/gen/ualarm.3 b/lib/libc/gen/ualarm.3
index 958dda59d421..91713b2dd149 100644
--- a/lib/libc/gen/ualarm.3
+++ b/lib/libc/gen/ualarm.3
@@ -30,7 +30,7 @@
.\" SUCH DAMAGE.
.\"
.\" From: @(#)ualarm.3 8.2 (Berkeley) 4/19/94
-.\" $Id$
+.\" $Id: ualarm.3,v 1.5 1997/02/22 14:58:19 peter Exp $
.\"
.Dd April 19, 1994
.Dt UALARM 3
@@ -71,16 +71,15 @@ microseconds have passed).
When the signal has successfully been caught,
.Fn ualarm
returns the amount of time left on the clock.
-The maximum number of
-.Ar microseconds
-allowed
-is 2147483647.
+.Sh NOTES
+.Pp
+A microsecond is 0.000001 seconds.
.Sh SEE ALSO
+.Xr alarm 3 ,
.Xr getitimer 2 ,
.Xr setitimer 2 ,
.Xr sigpause 2 ,
.Xr sigvec 2 ,
-.Xr alarm 3 ,
.Xr signal 3 ,
.Xr sleep 3 ,
.Xr usleep 3