aboutsummaryrefslogtreecommitdiffstats
path: root/man7/futex.7
diff options
context:
space:
mode:
Diffstat (limited to 'man7/futex.7')
-rw-r--r--man7/futex.724
1 files changed, 12 insertions, 12 deletions
diff --git a/man7/futex.7 b/man7/futex.7
index 55371e934f..6329efb5c2 100644
--- a/man7/futex.7
+++ b/man7/futex.7
@@ -82,6 +82,11 @@ to
for
more details.
The same holds for asynchronous futex waiting.
+.SH "VERSIONS"
+.PP
+Initial futex support was merged in Linux 2.5.7
+but with different semantics from those described above.
+Current semantics are available from Linux 2.5.40 onwards.
.SH "NOTES"
.PP
To reiterate, bare futexes are not intended as an easy to use
@@ -93,18 +98,13 @@ below.
This man page illustrates the most common use of the
.BR futex (2)
primitives: it is by no means the only one.
-.SH "AUTHORS"
-.PP
-Futexes were designed and worked on by Hubertus Franke
-(IBM Thomas J. Watson Research Center),
-Matthew Kirkwood, Ingo Molnar (Red Hat) and
-Rusty Russell (IBM Linux Technology Center).
-This page written by bert hubert.
-.SH "VERSIONS"
-.PP
-Initial futex support was merged in Linux 2.5.7
-but with different semantics from those described above.
-Current semantics are available from Linux 2.5.40 onwards.
+.\" .SH "AUTHORS"
+.\" .PP
+.\" Futexes were designed and worked on by Hubertus Franke
+.\" (IBM Thomas J. Watson Research Center),
+.\" Matthew Kirkwood, Ingo Molnar (Red Hat) and
+.\" Rusty Russell (IBM Linux Technology Center).
+.\" This page written by bert hubert.
.SH "SEE ALSO"
.PP
.BR futex (2),