ualarm
authorMike Karels <karels@ucbvax.Berkeley.EDU>
Tue, 13 May 1986 11:02:16 +0000 (03:02 -0800)
committerMike Karels <karels@ucbvax.Berkeley.EDU>
Tue, 13 May 1986 11:02:16 +0000 (03:02 -0800)
SCCS-vsn: lib/libc/gen/sleep.3 6.2

usr/src/lib/libc/gen/sleep.3

index 073f512..14fb1f2 100644 (file)
@@ -2,7 +2,7 @@
 .\" All rights reserved.  The Berkeley software License Agreement
 .\" specifies the terms and conditions for redistribution.
 .\"
 .\" All rights reserved.  The Berkeley software License Agreement
 .\" specifies the terms and conditions for redistribution.
 .\"
-.\"    @(#)sleep.3     6.1 (Berkeley) %G%
+.\"    @(#)sleep.3     6.2 (Berkeley) %G%
 .\"
 .TH SLEEP 3  ""
 .UC 4
 .\"
 .TH SLEEP 3  ""
 .UC 4
@@ -29,6 +29,4 @@ previous timer,
 the process sleeps only until the signal would have occurred, and the
 signal is sent 1 second later.
 .SH "SEE ALSO"
 the process sleeps only until the signal would have occurred, and the
 signal is sent 1 second later.
 .SH "SEE ALSO"
-setitimer(2), sigpause(2)
-.SH BUGS
-An interface with finer resolution is needed.
+setitimer(2), sigpause(2), usleep(3)