artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9eea8fb
)
added select(2) to see also, mostly to test cvs commit
author
kstailey
<kstailey@openbsd.org>
Fri, 25 Apr 1997 18:45:24 +0000
(18:45 +0000)
committer
kstailey
<kstailey@openbsd.org>
Fri, 25 Apr 1997 18:45:24 +0000
(18:45 +0000)
lib/libc/gen/sleep.3
patch
|
blob
|
history
diff --git
a/lib/libc/gen/sleep.3
b/lib/libc/gen/sleep.3
index
23a9f0b
..
63de151
100644
(file)
--- 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 ,