Re: [PATCH 3/4] man/man2/futex.2: Recycle two gmane URLs
From: Carlos O'Donell <hidden>
Date: 2025-08-29 16:43:33
Also in:
lkml
On 8/29/25 12:01 PM, Sebastian Andrzej Siewior wrote:
quoted hunk ↗ jump to hunk
Based on the date in the comment, the here provided URLs should point to the mails that the gmane URL no longer can. Signed-off-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de> --- man/man2/futex.2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)diff --git a/man/man2/futex.2 b/man/man2/futex.2 index 69df4036ada7f..027e91b826bf1 100644 --- a/man/man2/futex.2 +++ b/man/man2/futex.2@@ -6,10 +6,10 @@ .\" .\" FIXME Still to integrate are some points from Torvald Riegel's mail of .\" 2015-01-23: -.\" http://thread.gmane.org/gmane.linux.kernel/1703405/focus=7977 +.\" https://lore.kernel.org/lkml/1422037788.29655.0.camel@triegel.csb
Wrong link? Should be this link: https://lore.kernel.org/lkml/1422037145.27573.0.camel@triegel.csb/ (local) Where the discussion is about the unresolved constraint to guarantee FIFO order.
.\" .\" FIXME Do we need to add some text regarding Torvald Riegel's 2015-01-24 mail -.\" http://thread.gmane.org/gmane.linux.kernel/1703405/focus=1873242 +.\" https://lore.kernel.org/lkml/1422105142.29655.16.camel@triegel.csb (local)
Confirmed, this is correct.
.\" .TH futex 2 (date) "Linux man-pages (unreleased)" .SH NAME
-- Cheers, Carlos.