futex.2: Fix description of EINVAL error

The current text seems incorrect. Replace with a more general
description.

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2012-08-13 14:51:22 +02:00
parent e808bba0ff
commit 4832b48ab0
1 changed files with 1 additions and 1 deletions

View File

@ -224,7 +224,7 @@ operation was interrupted by a signal (see
or a spurious wakeup.
.TP
.B EINVAL
An operation was not defined or there was error in page alignment.
Invalid argument.
.TP
.B ENFILE
The system limit on the total number of open files has been reached.