* Shawn Landden <shawn@xxxxxxx>, 2018-09-02, 17:49:
This example use of futex(2) is buggy, as described in this paper (which is referenced in futex(2)): https://www.akkadia.org/drepper/futex.pdf
This patch doesn't do what the commit message says. It deletes the whole futex(7) man page:
diff --git a/man7/futex.7 b/man7/futex.7 deleted file mode 100644
-- Jakub Wilk