diff options
author | Mike Pritchard <mpp@FreeBSD.org> | 1996-03-27 20:49:07 +0000 |
---|---|---|
committer | Mike Pritchard <mpp@FreeBSD.org> | 1996-03-27 20:49:07 +0000 |
commit | 064f007493a990a098f3f0f5ae66732c5747c837 (patch) | |
tree | 56c4c6b3ee0f1367c7bb50d3cb70ee35ec089c82 /lib/libc/gen/sleep.3 | |
parent | 5ea390eff5605faf9c5d901748e93857d18bbe6f (diff) |
Notes
Diffstat (limited to 'lib/libc/gen/sleep.3')
-rw-r--r-- | lib/libc/gen/sleep.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/gen/sleep.3 b/lib/libc/gen/sleep.3 index 9e3c7976a13e6..a56a80e00f94f 100644 --- a/lib/libc/gen/sleep.3 +++ b/lib/libc/gen/sleep.3 @@ -70,7 +70,7 @@ A similar but less compatible function can be obtained with a single .Xr select 2 ; such a function would not restart after signals, but would not interfere with other uses of -.Xr setitimer . +.Xr setitimer 2 . .Sh RETURN VALUES .Sh SEE ALSO .Xr setitimer 2 , |