diff options
author | kstailey <kstailey@cvs.openbsd.org> | 1997-04-25 18:45:25 +0000 |
---|---|---|
committer | kstailey <kstailey@cvs.openbsd.org> | 1997-04-25 18:45:25 +0000 |
commit | 8d2fb047a38c7517cf4404a5809e307720dd3bc2 (patch) | |
tree | 9f1c13d935d71c0db6a5648efc74223fd0bca5cd /lib | |
parent | 3e53e7e0a7a0d069b0cdbd6150936fca4a0d2f69 (diff) |
added select(2) to see also, mostly to test cvs commit
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libc/gen/sleep.3 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libc/gen/sleep.3 b/lib/libc/gen/sleep.3 index 23a9f0bfb25..63de1511fb6 100644 --- a/lib/libc/gen/sleep.3 +++ b/lib/libc/gen/sleep.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: sleep.3,v 1.3 1997/04/25 14:39:00 kstailey Exp $ +.\" $OpenBSD: sleep.3,v 1.4 1997/04/25 18:45:24 kstailey Exp $ .\" .\" Copyright (c) 1986, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -74,6 +74,7 @@ will be the unslept amount (the request time minus the time actually slept) in seconds. .Sh SEE ALSO .Xr nanosleep 2 , +.Xr select 2 , .Xr setitimer 2 , .Xr sigaction 2 , .Xr sigsuspend 2 , |