From 5c16301e394e9deeb2a4bd90348588977b7b4e3c Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Mon, 10 Jul 2006 11:05:36 +0000 Subject: [PATCH] ffix --- man7/futex.7 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man7/futex.7 b/man7/futex.7 index 595f89f88..b1ddc3ebf 100644 --- a/man7/futex.7 +++ b/man7/futex.7 @@ -71,7 +71,7 @@ and request that the kernel wait for another process to up the futex. This is done using the FUTEX_WAIT operation. .PP The -.BR futex() +.BR futex () system call can optionally be passed a timeout specifying how long the kernel should wait for the futex to be upped.