Hi наб, On 8/2/22 03:11, наб wrote: > The former doesn't exist; the latter is the new location with seemingly > compatible data > > Signed-off-by: Ahelenia Ziemiańska > --- > man2/futex.2 | 2 +- > man7/futex.7 | 2 +- > 2 files changed, 2 insertions(+), 2 deletions(-) > > diff --git a/man2/futex.2 b/man2/futex.2 > index a036ca47a..c0d23f70f 100644 > --- a/man2/futex.2 > +++ b/man2/futex.2 > @@ -1981,7 +1981,7 @@ Drepper, U., 2011. \fIFutexes Are Tricky\fP, > .PP > Futex example library, futex-*.tar.bz2 at > .br > -.UR ftp://ftp.kernel.org\:/pub\:/linux\:/kernel\:/people\:/rusty/ > +.UR https://mirrors.edge.kernel.org\:/pub\:/linux\:/kernel\:/people\:/rusty/ What is 'edge.' for? It seems to me that the same exact URI but removing that subdomain (e.g., works exactly the same. If they are the same, I prefer the shorter, unless there's a good reason for using the longer. Cheers, Alex > .UE > .\" > .\" FIXME(Torvald) We should probably refer to the glibc code here, in > diff --git a/man7/futex.7 b/man7/futex.7 > index 18c2f5803..f219cb945 100644 > --- a/man7/futex.7 > +++ b/man7/futex.7 > @@ -117,5 +117,5 @@ primitives; it is by no means the only one. > .I Fuss, Futexes and Furwocks: Fast Userlevel Locking in Linux > (proceedings of the Ottawa Linux Symposium 2002), > futex example library, futex-*.tar.bz2 > -.UR ftp://ftp.kernel.org\:/pub\:/linux\:/kernel\:/people\:/rusty/ > +.UR https://mirrors.edge.kernel.org\:/pub\:/linux\:/kernel\:/people\:/rusty/ > .UE . -- Alejandro Colomar