usleep.3: Minor wording fix

Reported-by: Eric Benton <erbenton@comcast.net>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2017-12-18 17:19:07 +01:00
parent bd05436994
commit 3ca4400d74
1 changed files with 1 additions and 1 deletions

View File

@ -85,7 +85,7 @@ Interrupted by a signal; see
.BR signal (7).
.TP
.B EINVAL
\fIusec\fP is not smaller than 1000000.
\fIusec\fP is greater than or equal to 1000000.
(On systems where that is considered an error.)
.SH ATTRIBUTES
For an explanation of the terms used in this section, see