From 52dee70ef0c1d508921d94ccf636248470fae012 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Tue, 13 Jan 2015 15:14:12 +0100 Subject: [PATCH] futex.2: wfix 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 73d3f4908..90cb0c551 100644 --- a/man2/futex.2 +++ b/man2/futex.2 @@ -752,7 +752,7 @@ with Linux 2.6.0. Initial futex support was merged in Linux 2.5.7 but with different semantics from what was described above. -A 4-argument system call with the semantics +A four-argument system call with the semantics described in this page was introduced in Linux 2.5.40. In Linux 2.5.70, one argument was added.