On 02/02/2016 09:50 PM, Jakub Wilk wrote: > Signed-off-by: Jakub Wilk <jwilk@xxxxxxxxx> Thanks, Jakub. Applied. Cheers, Michael > --- > 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 > -- Michael Kerrisk Linux man-pages maintainer; http://www.kernel.org/doc/man-pages/ Linux/UNIX System Programming Training: http://man7.org/training/ -- 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