From: kstailey Date: Fri, 25 Apr 1997 18:45:24 +0000 (+0000) Subject: added select(2) to see also, mostly to test cvs commit X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=8b116b58a41d07931c3798e4cd2ed203eeb5f560;p=openbsd added select(2) to see also, mostly to test cvs commit --- 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 ,