Signed-off-by: Jakub Wilk <jwilk@xxxxxxxxx> --- man2/futex.2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/man2/futex.2 b/man2/futex.2 index 7cf0d0b..4876b97 100644 --- a/man2/futex.2 +++ b/man2/futex.2 @@ -199,7 +199,7 @@ The .I futex_op argument consists of two parts: a command that specifies the operation to be performed, -bit-wise ORed with zero or or more options that +bit-wise ORed with zero or more options that modify the behaviour of the operation. The options that may be included in .I futex_op @@ -456,7 +456,7 @@ ordered with respect to other operations on the same futex word. Typical values to specify for .I val -are 0 or or 1. +are 0 or 1. (Specifying .BR INT_MAX is not useful, because it would make the -- 2.7.0 -- To unsubscribe from this list: send the line "unsubscribe linux-man" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html