summaryrefslogtreecommitdiffstats
path: root/lib/libc/gen/usleep.3
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>1997-10-22 12:04:49 +0000
committerache <ache@FreeBSD.org>1997-10-22 12:04:49 +0000
commit2e52ab6886d96936860712ad9d351e77059bd495 (patch)
tree7d54b1724979c5cf997974d4f552c02c1d6765cc /lib/libc/gen/usleep.3
parent3cb44cbe93023ab3aaa8f60947d59c2bf33865c5 (diff)
downloadFreeBSD-src-2e52ab6886d96936860712ad9d351e77059bd495.zip
FreeBSD-src-2e52ab6886d96936860712ad9d351e77059bd495.tar.gz
Back out part of OpenGroup specs about limiting max arg since it may break
compatibility.
Diffstat (limited to 'lib/libc/gen/usleep.3')
-rw-r--r--lib/libc/gen/usleep.310
1 files changed, 1 insertions, 9 deletions
diff --git a/lib/libc/gen/usleep.3 b/lib/libc/gen/usleep.3
index 0b03a7c..a56c56b 100644
--- a/lib/libc/gen/usleep.3
+++ b/lib/libc/gen/usleep.3
@@ -52,10 +52,6 @@ of time.
System activity or time spent in processing the
call may lengthen the sleep slightly.
.Pp
-The
-.Fa microseconds
-argument must be less than 1000000.
-.Pp
If a timer is already running on the process its state is unaltered by
this
.Fn usleep
@@ -83,13 +79,9 @@ The
.Fn usleep
function
will fail if:
-.Bl -tag -width [EINVAL]
+.Bl -tag -width [EINTR]
.It Bq Er EINTR
Some signal occurse.
-.It Bq Er EINVAL
-The
-.Fa microseconds
-argument specified 1000000 or more microseconds.
.Sh NOTES
.Pp
A microsecond is 0.000001 seconds.
OpenPOWER on IntegriCloud