diff options
Diffstat (limited to 'lib/libc/gen/ualarm.3')
-rw-r--r-- | lib/libc/gen/ualarm.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/gen/ualarm.3 b/lib/libc/gen/ualarm.3 index b89f065fe17..f802b55d260 100644 --- a/lib/libc/gen/ualarm.3 +++ b/lib/libc/gen/ualarm.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ualarm.3,v 1.11 1999/07/09 13:35:19 aaron Exp $ +.\" $OpenBSD: ualarm.3,v 1.12 2000/03/14 21:31:45 aaron Exp $ .\" .\" Copyright (c) 1986, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -64,7 +64,7 @@ argument is non-zero, the signal will be sent to the process every .Fa interval -microseconds after the timer expires (e.g. after +microseconds after the timer expires (e.g., after .Fa microseconds number of microseconds have passed). .Sh RETURN VALUES |