diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 1999-05-29 21:24:22 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 1999-05-29 21:24:22 +0000 |
commit | e995764d51674c3bfd0717fdfbf24af85952e88e (patch) | |
tree | bfacced16115700d9af42f1c630b556ff440b2a6 /lib/libc/gen/sleep.3 | |
parent | 93618cc06c778bc3a041fff3896e1dcb920eafdc (diff) |
repairs
Diffstat (limited to 'lib/libc/gen/sleep.3')
-rw-r--r-- | lib/libc/gen/sleep.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/gen/sleep.3 b/lib/libc/gen/sleep.3 index 63de1511fb6..e08222975d3 100644 --- a/lib/libc/gen/sleep.3 +++ b/lib/libc/gen/sleep.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: sleep.3,v 1.4 1997/04/25 18:45:24 kstailey Exp $ +.\" $OpenBSD: sleep.3,v 1.5 1999/05/29 21:24:21 aaron Exp $ .\" .\" Copyright (c) 1986, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -59,10 +59,10 @@ A similar but less compatible function can be obtained with a single .Xr select 2 ; such a function would not restart after signals, and also does not interfere with other uses of -.Xr setitimer +.Xr setitimer 2 (not that .Fn sleep -interferes with interval timers anymore.) +interferes with interval timers anymore). .Sh RETURN VALUE If the .Fn sleep |