From: Alejandro Colomar Date: Tue, 27 May 2025 12:58:09 +0000 (+0200) Subject: man/man2/futex.2: wfix X-Git-Tag: man-pages-6.15~46 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0ee8ef52fdb32cd1a54a781a1987291e22f010b1;p=thirdparty%2Fman-pages.git man/man2/futex.2: wfix Suggested-by: Carlos O'Donell Signed-off-by: Alejandro Colomar --- diff --git a/man/man2/futex.2 b/man/man2/futex.2 index 9a15a0fdb..a5c24fe8a 100644 --- a/man/man2/futex.2 +++ b/man/man2/futex.2 @@ -489,8 +489,11 @@ Typical values to specify for .I val are 0 or 1. (Specifying +.I val +as .B INT_MAX -is not useful, because it would make the +is not useful, +because it would make the .B FUTEX_CMP_REQUEUE operation equivalent to .BR FUTEX_WAKE .) @@ -498,7 +501,10 @@ The limit value specified via .I val2 is typically either 1 or .BR INT_MAX . -(Specifying the argument as 0 is not useful, because it would make the +(Specifying +.I val2 +as 0 is not useful, +because it would make the .B FUTEX_CMP_REQUEUE operation equivalent to .BR FUTEX_WAKE .)