]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
man/man2/futex.2: wfix
authorAlejandro Colomar <alx@kernel.org>
Tue, 27 May 2025 12:58:09 +0000 (14:58 +0200)
committerAlejandro Colomar <alx@kernel.org>
Tue, 27 May 2025 12:58:11 +0000 (14:58 +0200)
Suggested-by: Carlos O'Donell <carlos@redhat.com>
Signed-off-by: Alejandro Colomar <alx@kernel.org>
man/man2/futex.2

index 9a15a0fdbe7079d8516d8f416f338f65765e854c..a5c24fe8a0f84dfa2a08645a66af0429b5e908c2 100644 (file)
@@ -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 .)