From 3ca4400d74ba4b6b44998f62c9b0e0579cb3c289 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Mon, 18 Dec 2017 17:19:07 +0100 Subject: [PATCH] usleep.3: Minor wording fix Reported-by: Eric Benton Signed-off-by: Michael Kerrisk --- man3/usleep.3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man3/usleep.3 b/man3/usleep.3 index 1d06d58d3..f8918b4c2 100644 --- a/man3/usleep.3 +++ b/man3/usleep.3 @@ -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