summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkstailey <kstailey@openbsd.org>1997-04-25 18:45:24 +0000
committerkstailey <kstailey@openbsd.org>1997-04-25 18:45:24 +0000
commit8b116b58a41d07931c3798e4cd2ed203eeb5f560 (patch)
tree02a1fa5bbab91e621949fb8365b72453fba82c11
parentReorganization fo boot() to make it more logical ala Scott Reynolds. Also, (diff)
downloadwireguard-openbsd-8b116b58a41d07931c3798e4cd2ed203eeb5f560.tar.xz
wireguard-openbsd-8b116b58a41d07931c3798e4cd2ed203eeb5f560.zip
added select(2) to see also, mostly to test cvs commit
-rw-r--r--lib/libc/gen/sleep.33
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 ,