summaryrefslogtreecommitdiff
path: root/lib/libc
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>1997-09-26 01:25:27 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>1997-09-26 01:25:27 +0000
commit6e7f4fb136dd9fbb69f03d3305577a43d724904c (patch)
tree92bfff5823bbe4ed13644e73e767f903f3815a83 /lib/libc
parent704bcfc6ff671fb753e387282f6480df40aae57a (diff)
Parameter fix + a typo. maximum entropy <entropy@tardis.bernstein.com>
Diffstat (limited to 'lib/libc')
-rw-r--r--lib/libc/gen/ualarm.36
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/gen/ualarm.3 b/lib/libc/gen/ualarm.3
index 12670fe5ad9..e8d1378df7f 100644
--- a/lib/libc/gen/ualarm.3
+++ b/lib/libc/gen/ualarm.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: ualarm.3,v 1.2 1996/08/19 08:27:06 tholo Exp $
+.\" $OpenBSD: ualarm.3,v 1.3 1997/09/26 01:25:26 millert Exp $
.\"
.\" Copyright (c) 1986, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -64,11 +64,11 @@ signal will be sent
to the process every
.Fa interval
microseconds after the timer expires (e.g. after
-.Fa value
+.Fa microseconds
microseconds have passed).
.Sh RETURN VALUES
When the signal has successfully been caught,
-.Fn alarm
+.Fn ualarm
returns the amount of time left on the clock.
The maximum number of
.Ar microseconds