From 2af84f99ad4848de88240dc7098e39fd06dc09d6 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Sat, 19 Dec 2015 06:22:47 +0100 Subject: [PATCH] futex.2: wfix Reported-by: Jonathan Wakely Signed-off-by: Michael Kerrisk --- man2/futex.2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man2/futex.2 b/man2/futex.2 index 13fbfdfe0..e55bc25cc 100644 --- a/man2/futex.2 +++ b/man2/futex.2 @@ -138,7 +138,7 @@ Besides the basic wait and wake-up futex functionality, there are further futex operations aimed at supporting more complex use cases. Note that -no explicit initialization or destruction are necessary to use futexes; +no explicit initialization or destruction is necessary to use futexes; the kernel maintains a futex (i.e., the kernel-internal implementation artifact) only while operations such as