From 12c71791956d2af9da987b95e0714e8ea6984fc5 Mon Sep 17 00:00:00 2001 From: Peter Schiffer Date: Sat, 20 Jul 2013 22:05:40 +0200 Subject: [PATCH] futex.7: wfix Signed-off-by: Michael Kerrisk --- man7/futex.7 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man7/futex.7 b/man7/futex.7 index 31d91a133..2c5b56c8a 100644 --- a/man7/futex.7 +++ b/man7/futex.7 @@ -51,7 +51,7 @@ in which case the application is commonly called multithreaded. .SS Semantics .PP Any futex operation starts in user space, -but it may necessary to communicate with the kernel using the +but it may be necessary to communicate with the kernel using the .BR futex (2) system call. .PP