From: Simon Schubert Date: Wed, 3 Aug 2005 13:30:48 +0000 (+0000) Subject: Reference nanosleep(2) instead of sleep(3). It matches the behavior X-Git-Tag: v2.0.1~6384 X-Git-Url: https://gitweb.dragonflybsd.org/dragonfly.git/commitdiff_plain/5f9ad5720018d94d85c9b1128e4be5c62e5ad0f8 Reference nanosleep(2) instead of sleep(3). It matches the behavior more closely. --- diff --git a/lib/libc/sys/select.2 b/lib/libc/sys/select.2 index da5248b061..515732b52d 100644 --- a/lib/libc/sys/select.2 +++ b/lib/libc/sys/select.2 @@ -31,7 +31,7 @@ .\" .\" @(#)select.2 8.2 (Berkeley) 3/25/94 .\" $FreeBSD: src/lib/libc/sys/select.2,v 1.14.2.5 2001/12/14 18:34:01 ru Exp $ -.\" $DragonFly: src/lib/libc/sys/select.2,v 1.3 2005/08/03 12:44:23 corecode Exp $ +.\" $DragonFly: src/lib/libc/sys/select.2,v 1.4 2005/08/03 13:30:48 corecode Exp $ .\" .Dd March 25, 1994 .Dt SELECT 2 @@ -130,7 +130,7 @@ Even if no descriptors are of interest, the timeout works as described, effectively making .Fn select behave like -.Xr sleep 3 . +.Xr nanosleep 2 . .Sh RETURN VALUES .Fn Select returns the number of ready descriptors that are contained in