When I asked to webmaster@xxxxxxxxxx, Konstantin Ryabitsev answered that the ".nl." is "an obsolete scheme and really should be changed to just ftp.kernel.org". So this patch does just this change. I also did a git grep for "\..*\.kernel.org" and didn't find anything wierd. Just an example using ftp.us.kernel.org in man3/getaddrinfo_a.3 where other domains used in the example also don't work. I'm not sure we want to fix this, but if we want, we should probably do it in a separate patch. Signed-off-by: Rodrigo Campos <rodrigo@xxxxxxxxxxx> --- man2/futex.2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man2/futex.2 b/man2/futex.2 index 78e3de0..a59b0a4 100644 --- a/man2/futex.2 +++ b/man2/futex.2 @@ -326,5 +326,5 @@ read the sources of the futex user-space library referenced below. .PP Futex example library, futex-*.tar.bz2 at .br -.UR ftp://ftp.nl.kernel.org\:/pub\:/linux\:/kernel\:/people\:/rusty/ +.UR ftp://ftp.kernel.org\:/pub\:/linux\:/kernel\:/people\:/rusty/ .UE -- 1.8.4.rc3 -- To unsubscribe from this list: send the line "unsubscribe linux-man" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html