From d0442d147d765cad1f242ed57236cfdefcc1d8e2 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Thu, 8 Oct 2015 23:17:47 +0200 Subject: [PATCH] futex.2: wfix Reported-by: Mike Frysinger Signed-off-by: Michael Kerrisk --- man2/futex.2 | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/man2/futex.2 b/man2/futex.2 index c6122edb3..6f8ad4a5e 100644 --- a/man2/futex.2 +++ b/man2/futex.2 @@ -1597,10 +1597,8 @@ Initial futex support was merged in Linux 2.5.7 but with different semantics from what was described above. 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. -In Linux 2.6.7, a sixth argument was added\(emmessy, especially -on the s390 architecture. +A fifth argument was added in Linux 2.5.70, +and a sixth argument was added in Linux 2.6.7. .SH CONFORMING TO This system call is Linux-specific. .SH NOTES