diff options
| author | Alejandro Colomar <alx@kernel.org> | 2025-05-27 14:58:09 +0200 |
|---|---|---|
| committer | Alejandro Colomar <alx@kernel.org> | 2025-05-27 14:58:11 +0200 |
| commit | 0ee8ef52fdb32cd1a54a781a1987291e22f010b1 (patch) | |
| tree | b0fa516ef378fdeaaac14f7c1df9f4d55af93bfc | |
| parent | 74aa7971e5148f67d5def9977ed87cced638016a (diff) | |
| download | man-pages-0ee8ef52fdb32cd1a54a781a1987291e22f010b1.tar.gz | |
man/man2/futex.2: wfix
Suggested-by: Carlos O'Donell <carlos@redhat.com>
Signed-off-by: Alejandro Colomar <alx@kernel.org>
| -rw-r--r-- | man/man2/futex.2 | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/man/man2/futex.2 b/man/man2/futex.2 index 9a15a0fdbe..a5c24fe8a0 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 .) |
