All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/3] getaddrinfo_a.3: {ftp.us => mirrors}.kernel.org, likewise for IP
@ 2022-08-02  1:11 наб
  2022-08-02  1:11 ` [PATCH 2/3] futex.2, futex.7: {ftp://ftp => https://mirrors.edge}.kernel.org наб
                   ` (5 more replies)
  0 siblings, 6 replies; 16+ messages in thread
From: наб @ 2022-08-02  1:11 UTC (permalink / raw)
  To: Alejandro Colomar (man-pages); +Cc: linux-man

[-- Attachment #1: Type: text/plain, Size: 1671 bytes --]

ftp.us.kernel.org EAI_NONAMEs: turn it into mirrors.kernel.org,
because the current text uses 216.165.129.139 which is m.k.o

Make the address consistent between 128.30.2.36
(some address in MIT space) and 216.165.129.139 (valid, current)

Signed-off-by: Ahelenia Ziemiańska <nabijaczleweli@nabijaczleweli.xyz>
---
 man3/getaddrinfo_a.3 | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/man3/getaddrinfo_a.3 b/man3/getaddrinfo_a.3
index e47874f5b..259e7e40e 100644
--- a/man3/getaddrinfo_a.3
+++ b/man3/getaddrinfo_a.3
@@ -323,8 +323,8 @@ The program might be used like this:
 .PP
 .in +4n
 .EX
-$ \fB./a.out ftp.us.kernel.org enoent.linuxfoundation.org gnu.cz\fP
-ftp.us.kernel.org: 128.30.2.36
+$ \fB./a.out mirrors.kernel.org enoent.linuxfoundation.org gnu.cz\fP
+mirrors.kernel.org: 216.165.129.139
 enoent.linuxfoundation.org: Name or service not known
 gnu.cz: 87.236.197.13
 .EE
@@ -403,17 +403,17 @@ An example session might look like this:
 .in +4n
 .EX
 $ \fB./a.out\fP
-> a ftp.us.kernel.org enoent.linuxfoundation.org gnu.cz
+> a mirrors.kernel.org enoent.linuxfoundation.org gnu.cz
 > c 2
 [2] gnu.cz: Request not canceled
 > w 0 1
-[00] ftp.us.kernel.org: Finished
+[00] mirrors.kernel.org: Finished
 > l
-[00] ftp.us.kernel.org: 216.165.129.139
+[00] mirrors.kernel.org: 216.165.129.139
 [01] enoent.linuxfoundation.org: Processing request in progress
 [02] gnu.cz: 87.236.197.13
 > l
-[00] ftp.us.kernel.org: 216.165.129.139
+[00] mirrors.kernel.org: 216.165.129.139
 [01] enoent.linuxfoundation.org: Name or service not known
 [02] gnu.cz: 87.236.197.13
 .EE
-- 
2.30.2


[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

^ permalink raw reply related	[flat|nested] 16+ messages in thread

* [PATCH 2/3] futex.2, futex.7: {ftp://ftp => https://mirrors.edge}.kernel.org
  2022-08-02  1:11 [PATCH 1/3] getaddrinfo_a.3: {ftp.us => mirrors}.kernel.org, likewise for IP наб
@ 2022-08-02  1:11 ` наб
  2022-08-02 11:50   ` Alejandro Colomar
  2022-08-02  1:11 ` [PATCH 3/3] getaddrinfo_a.3: gnu.cz => git.kernel.org наб
                   ` (4 subsequent siblings)
  5 siblings, 1 reply; 16+ messages in thread
From: наб @ 2022-08-02  1:11 UTC (permalink / raw)
  To: Alejandro Colomar (man-pages); +Cc: linux-man

[-- Attachment #1: Type: text/plain, Size: 1250 bytes --]

The former doesn't exist; the latter is the new location with seemingly
compatible data

Signed-off-by: Ahelenia Ziemiańska <nabijaczleweli@nabijaczleweli.xyz>
---
 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/
 .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 .
-- 
2.30.2


[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

^ permalink raw reply related	[flat|nested] 16+ messages in thread

* [PATCH 3/3] getaddrinfo_a.3: gnu.cz => git.kernel.org
  2022-08-02  1:11 [PATCH 1/3] getaddrinfo_a.3: {ftp.us => mirrors}.kernel.org, likewise for IP наб
  2022-08-02  1:11 ` [PATCH 2/3] futex.2, futex.7: {ftp://ftp => https://mirrors.edge}.kernel.org наб
@ 2022-08-02  1:11 ` наб
  2022-08-02 11:53   ` Alejandro Colomar
  2022-08-02 11:47 ` [PATCH 1/3] getaddrinfo_a.3: {ftp.us => mirrors}.kernel.org, likewise for IP Alejandro Colomar
                   ` (3 subsequent siblings)
  5 siblings, 1 reply; 16+ messages in thread
From: наб @ 2022-08-02  1:11 UTC (permalink / raw)
  To: Alejandro Colomar (man-pages); +Cc: linux-man

[-- Attachment #1: Type: text/plain, Size: 1586 bytes --]

gnu.cz exists at a different address (but is unreachable there),
and the address we had is an unassigned coolhousing one

Signed-off-by: Ahelenia Ziemiańska <nabijaczleweli@nabijaczleweli.xyz>
---
 man3/getaddrinfo_a.3 | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/man3/getaddrinfo_a.3 b/man3/getaddrinfo_a.3
index 259e7e40e..8a49ea0e4 100644
--- a/man3/getaddrinfo_a.3
+++ b/man3/getaddrinfo_a.3
@@ -323,10 +323,10 @@ The program might be used like this:
 .PP
 .in +4n
 .EX
-$ \fB./a.out mirrors.kernel.org enoent.linuxfoundation.org gnu.cz\fP
+$ \fB./a.out mirrors.kernel.org enoent.linuxfoundation.org git.kernel.org\fP
 mirrors.kernel.org: 216.165.129.139
 enoent.linuxfoundation.org: Name or service not known
-gnu.cz: 87.236.197.13
+git.kernel.org: 145.40.68.75
 .EE
 .in
 .PP
@@ -403,19 +403,19 @@ An example session might look like this:
 .in +4n
 .EX
 $ \fB./a.out\fP
-> a mirrors.kernel.org enoent.linuxfoundation.org gnu.cz
+> a mirrors.kernel.org enoent.linuxfoundation.org git.kernel.org
 > c 2
-[2] gnu.cz: Request not canceled
+[2] git.kernel.org: Request not canceled
 > w 0 1
 [00] mirrors.kernel.org: Finished
 > l
 [00] mirrors.kernel.org: 216.165.129.139
 [01] enoent.linuxfoundation.org: Processing request in progress
-[02] gnu.cz: 87.236.197.13
+[02] git.kernel.org: 145.40.68.75
 > l
 [00] mirrors.kernel.org: 216.165.129.139
 [01] enoent.linuxfoundation.org: Name or service not known
-[02] gnu.cz: 87.236.197.13
+[02] git.kernel.org: 145.40.68.75
 .EE
 .in
 .PP
-- 
2.30.2

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

^ permalink raw reply related	[flat|nested] 16+ messages in thread

* Re: [PATCH 1/3] getaddrinfo_a.3: {ftp.us => mirrors}.kernel.org, likewise for IP
  2022-08-02  1:11 [PATCH 1/3] getaddrinfo_a.3: {ftp.us => mirrors}.kernel.org, likewise for IP наб
  2022-08-02  1:11 ` [PATCH 2/3] futex.2, futex.7: {ftp://ftp => https://mirrors.edge}.kernel.org наб
  2022-08-02  1:11 ` [PATCH 3/3] getaddrinfo_a.3: gnu.cz => git.kernel.org наб
@ 2022-08-02 11:47 ` Alejandro Colomar
  2022-08-02 17:21   ` наб
  2022-08-02 17:27 ` [PATCH v2 " наб
                   ` (2 subsequent siblings)
  5 siblings, 1 reply; 16+ messages in thread
From: Alejandro Colomar @ 2022-08-02 11:47 UTC (permalink / raw)
  To: наб; +Cc: linux-man


[-- Attachment #1.1: Type: text/plain, Size: 2150 bytes --]

Hi наб,

On 8/2/22 03:11, наб wrote:
> ftp.us.kernel.org EAI_NONAMEs: turn it into mirrors.kernel.org,
> because the current text uses 216.165.129.139 which is m.k.o

alx@asus5775:~$ wtf is mko
Gee...  I don't know what mko means...
alx@asus5775:~$ wtf is m.k.o
Gee...  I don't know what m.k.o means...

> 
> Make the address consistent between 128.30.2.36
> (some address in MIT space) and 216.165.129.139 (valid, current)

Is that IP address still a valid mirror?  I didn't check, but it would 
be nice to make sure it is.

Cheers,

Alex

> 
> Signed-off-by: Ahelenia Ziemiańska <nabijaczleweli@nabijaczleweli.xyz>
> ---
>   man3/getaddrinfo_a.3 | 12 ++++++------
>   1 file changed, 6 insertions(+), 6 deletions(-)
> 
> diff --git a/man3/getaddrinfo_a.3 b/man3/getaddrinfo_a.3
> index e47874f5b..259e7e40e 100644
> --- a/man3/getaddrinfo_a.3
> +++ b/man3/getaddrinfo_a.3
> @@ -323,8 +323,8 @@ The program might be used like this:
>   .PP
>   .in +4n
>   .EX
> -$ \fB./a.out ftp.us.kernel.org enoent.linuxfoundation.org gnu.cz\fP
> -ftp.us.kernel.org: 128.30.2.36
> +$ \fB./a.out mirrors.kernel.org enoent.linuxfoundation.org gnu.cz\fP
> +mirrors.kernel.org: 216.165.129.139
>   enoent.linuxfoundation.org: Name or service not known
>   gnu.cz: 87.236.197.13
>   .EE
> @@ -403,17 +403,17 @@ An example session might look like this:
>   .in +4n
>   .EX
>   $ \fB./a.out\fP
> -> a ftp.us.kernel.org enoent.linuxfoundation.org gnu.cz
> +> a mirrors.kernel.org enoent.linuxfoundation.org gnu.cz
>   > c 2
>   [2] gnu.cz: Request not canceled
>   > w 0 1
> -[00] ftp.us.kernel.org: Finished
> +[00] mirrors.kernel.org: Finished
>   > l
> -[00] ftp.us.kernel.org: 216.165.129.139
> +[00] mirrors.kernel.org: 216.165.129.139
>   [01] enoent.linuxfoundation.org: Processing request in progress
>   [02] gnu.cz: 87.236.197.13
>   > l
> -[00] ftp.us.kernel.org: 216.165.129.139
> +[00] mirrors.kernel.org: 216.165.129.139
>   [01] enoent.linuxfoundation.org: Name or service not known
>   [02] gnu.cz: 87.236.197.13
>   .EE

-- 
Alejandro Colomar
<http://www.alejandro-colomar.es/>

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: [PATCH 2/3] futex.2, futex.7: {ftp://ftp => https://mirrors.edge}.kernel.org
  2022-08-02  1:11 ` [PATCH 2/3] futex.2, futex.7: {ftp://ftp => https://mirrors.edge}.kernel.org наб
@ 2022-08-02 11:50   ` Alejandro Colomar
  0 siblings, 0 replies; 16+ messages in thread
From: Alejandro Colomar @ 2022-08-02 11:50 UTC (permalink / raw)
  To: наб; +Cc: linux-man


[-- Attachment #1.1: Type: text/plain, Size: 1703 bytes --]

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 <nabijaczleweli@nabijaczleweli.xyz>
> ---
>   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., <https://mirrors.kernel.org/...> 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
<http://www.alejandro-colomar.es/>

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: [PATCH 3/3] getaddrinfo_a.3: gnu.cz => git.kernel.org
  2022-08-02  1:11 ` [PATCH 3/3] getaddrinfo_a.3: gnu.cz => git.kernel.org наб
@ 2022-08-02 11:53   ` Alejandro Colomar
  0 siblings, 0 replies; 16+ messages in thread
From: Alejandro Colomar @ 2022-08-02 11:53 UTC (permalink / raw)
  To: наб; +Cc: linux-man


[-- Attachment #1.1: Type: text/plain, Size: 1084 bytes --]

Hi наб,

On 8/2/22 03:11, наб wrote:
> gnu.cz exists at a different address (but is unreachable there),
> and the address we had is an unassigned coolhousing one
> 
> Signed-off-by: Ahelenia Ziemiańska <nabijaczleweli@nabijaczleweli.xyz>
> ---
>   man3/getaddrinfo_a.3 | 12 ++++++------
>   1 file changed, 6 insertions(+), 6 deletions(-)
> 
> diff --git a/man3/getaddrinfo_a.3 b/man3/getaddrinfo_a.3
> index 259e7e40e..8a49ea0e4 100644
> --- a/man3/getaddrinfo_a.3
> +++ b/man3/getaddrinfo_a.3
> @@ -323,10 +323,10 @@ The program might be used like this:
>   .PP
>   .in +4n
>   .EX
> -$ \fB./a.out mirrors.kernel.org enoent.linuxfoundation.org gnu.cz\fP
> +$ \fB./a.out mirrors.kernel.org enoent.linuxfoundation.org git.kernel.org\fP
>   mirrors.kernel.org: 216.165.129.139
>   enoent.linuxfoundation.org: Name or service not known
> -gnu.cz: 87.236.197.13
> +git.kernel.org: 145.40.68.75

I'd prefer using a GNU address, if you don't mind. :)
Just for variety.


Cheers,

Alex


-- 
Alejandro Colomar
<http://www.alejandro-colomar.es/>

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: [PATCH 1/3] getaddrinfo_a.3: {ftp.us => mirrors}.kernel.org, likewise for IP
  2022-08-02 11:47 ` [PATCH 1/3] getaddrinfo_a.3: {ftp.us => mirrors}.kernel.org, likewise for IP Alejandro Colomar
@ 2022-08-02 17:21   ` наб
  0 siblings, 0 replies; 16+ messages in thread
From: наб @ 2022-08-02 17:21 UTC (permalink / raw)
  To: Alejandro Colomar; +Cc: linux-man

[-- Attachment #1: Type: text/plain, Size: 855 bytes --]

Hi!

On Tue, Aug 02, 2022 at 01:47:05PM +0200, Alejandro Colomar wrote:
> On 8/2/22 03:11, наб wrote:
> > ftp.us.kernel.org EAI_NONAMEs: turn it into mirrors.kernel.org,
> > because the current text uses 216.165.129.139 which is m.k.o
> 
> alx@asus5775:~$ wtf is mko
> Gee...  I don't know what mko means...
> alx@asus5775:~$ wtf is m.k.o
> Gee...  I don't know what m.k.o means...

mirrors.kernel.org, like it says on the line above;
updated to full for v2

> > Make the address consistent between 128.30.2.36
> > (some address in MIT space) and 216.165.129.139 (valid, current)
> 
> Is that IP address still a valid mirror?  I didn't check, but it would be
> nice to make sure it is.

It's geolocated, and it worked yesterday but not today (this is why we
use DNS), but bare addresses of *.m.k.o seem to work.

Best,
наб

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

^ permalink raw reply	[flat|nested] 16+ messages in thread

* [PATCH v2 1/3] getaddrinfo_a.3: {ftp.us => mirrors}.kernel.org, likewise for IP
  2022-08-02  1:11 [PATCH 1/3] getaddrinfo_a.3: {ftp.us => mirrors}.kernel.org, likewise for IP наб
                   ` (2 preceding siblings ...)
  2022-08-02 11:47 ` [PATCH 1/3] getaddrinfo_a.3: {ftp.us => mirrors}.kernel.org, likewise for IP Alejandro Colomar
@ 2022-08-02 17:27 ` наб
  2022-08-15 21:18   ` Alejandro Colomar
                     ` (3 more replies)
  2022-08-02 17:28 ` [PATCH v2 2/3] futex.2, futex.7: {ftp://ftp => https://mirrors}.kernel.org наб
  2022-08-02 17:28 ` [PATCH v2 3/3] getaddrinfo_a.3: gnu.cz => gnu.org наб
  5 siblings, 4 replies; 16+ messages in thread
From: наб @ 2022-08-02 17:27 UTC (permalink / raw)
  To: Alejandro Colomar (man-pages); +Cc: linux-man

[-- Attachment #1: Type: text/plain, Size: 1674 bytes --]

ftp.us.kernel.org EAI_NONAMEs: turn it into mirrors.kernel.org,
because the current text uses 139.178.88.99 which is mirrors.kernel.org

Make the address consistent between 128.30.2.36
(some address in MIT space) and 139.178.88.99 (valid, current)

Signed-off-by: Ahelenia Ziemiańska <nabijaczleweli@nabijaczleweli.xyz>
---
 man3/getaddrinfo_a.3 | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/man3/getaddrinfo_a.3 b/man3/getaddrinfo_a.3
index e47874f5b..4a5b38078 100644
--- a/man3/getaddrinfo_a.3
+++ b/man3/getaddrinfo_a.3
@@ -323,8 +323,8 @@ The program might be used like this:
 .PP
 .in +4n
 .EX
-$ \fB./a.out ftp.us.kernel.org enoent.linuxfoundation.org gnu.cz\fP
-ftp.us.kernel.org: 128.30.2.36
+$ \fB./a.out mirrors.kernel.org enoent.linuxfoundation.org gnu.cz\fP
+mirrors.kernel.org: 139.178.88.99
 enoent.linuxfoundation.org: Name or service not known
 gnu.cz: 87.236.197.13
 .EE
@@ -403,17 +403,17 @@ An example session might look like this:
 .in +4n
 .EX
 $ \fB./a.out\fP
-> a ftp.us.kernel.org enoent.linuxfoundation.org gnu.cz
+> a mirrors.kernel.org enoent.linuxfoundation.org gnu.cz
 > c 2
 [2] gnu.cz: Request not canceled
 > w 0 1
-[00] ftp.us.kernel.org: Finished
+[00] mirrors.kernel.org: Finished
 > l
-[00] ftp.us.kernel.org: 216.165.129.139
+[00] mirrors.kernel.org: 139.178.88.99
 [01] enoent.linuxfoundation.org: Processing request in progress
 [02] gnu.cz: 87.236.197.13
 > l
-[00] ftp.us.kernel.org: 216.165.129.139
+[00] mirrors.kernel.org: 139.178.88.99
 [01] enoent.linuxfoundation.org: Name or service not known
 [02] gnu.cz: 87.236.197.13
 .EE
-- 
2.30.2


[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

^ permalink raw reply related	[flat|nested] 16+ messages in thread

* [PATCH v2 2/3] futex.2, futex.7: {ftp://ftp => https://mirrors}.kernel.org
  2022-08-02  1:11 [PATCH 1/3] getaddrinfo_a.3: {ftp.us => mirrors}.kernel.org, likewise for IP наб
                   ` (3 preceding siblings ...)
  2022-08-02 17:27 ` [PATCH v2 " наб
@ 2022-08-02 17:28 ` наб
  2022-08-02 17:28 ` [PATCH v2 3/3] getaddrinfo_a.3: gnu.cz => gnu.org наб
  5 siblings, 0 replies; 16+ messages in thread
From: наб @ 2022-08-02 17:28 UTC (permalink / raw)
  To: Alejandro Colomar (man-pages); +Cc: linux-man

[-- Attachment #1: Type: text/plain, Size: 1340 bytes --]

The former doesn't exist; the latter is the new location with seemingly
compatible data

Signed-off-by: Ahelenia Ziemiańska <nabijaczleweli@nabijaczleweli.xyz>
---
mirrors.edge.k.o is just what www.kernel.org/pub redirects to,
but mirrors.k.o is equally valid

 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..e8a8a5aa5 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.kernel.org\:/pub\:/linux\:/kernel\:/people\:/rusty/
 .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..ec273c151 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.kernel.org\:/pub\:/linux\:/kernel\:/people\:/rusty/
 .UE .
-- 
2.30.2


[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

^ permalink raw reply related	[flat|nested] 16+ messages in thread

* [PATCH v2 3/3] getaddrinfo_a.3: gnu.cz => gnu.org
  2022-08-02  1:11 [PATCH 1/3] getaddrinfo_a.3: {ftp.us => mirrors}.kernel.org, likewise for IP наб
                   ` (4 preceding siblings ...)
  2022-08-02 17:28 ` [PATCH v2 2/3] futex.2, futex.7: {ftp://ftp => https://mirrors}.kernel.org наб
@ 2022-08-02 17:28 ` наб
  2022-08-15 21:24   ` Alejandro Colomar
  5 siblings, 1 reply; 16+ messages in thread
From: наб @ 2022-08-02 17:28 UTC (permalink / raw)
  To: Alejandro Colomar (man-pages); +Cc: linux-man

[-- Attachment #1: Type: text/plain, Size: 1544 bytes --]

gnu.cz exists at a different address (but is unreachable there),
and the address we had is an unassigned coolhousing one

Signed-off-by: Ahelenia Ziemiańska <nabijaczleweli@nabijaczleweli.xyz>
---
 man3/getaddrinfo_a.3 | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/man3/getaddrinfo_a.3 b/man3/getaddrinfo_a.3
index 4a5b38078..25283dce9 100644
--- a/man3/getaddrinfo_a.3
+++ b/man3/getaddrinfo_a.3
@@ -323,10 +323,10 @@ The program might be used like this:
 .PP
 .in +4n
 .EX
-$ \fB./a.out mirrors.kernel.org enoent.linuxfoundation.org gnu.cz\fP
+$ \fB./a.out mirrors.kernel.org enoent.linuxfoundation.org gnu.org\fP
 mirrors.kernel.org: 139.178.88.99
 enoent.linuxfoundation.org: Name or service not known
-gnu.cz: 87.236.197.13
+gnu.org: 209.51.188.116
 .EE
 .in
 .PP
@@ -403,19 +403,19 @@ An example session might look like this:
 .in +4n
 .EX
 $ \fB./a.out\fP
-> a mirrors.kernel.org enoent.linuxfoundation.org gnu.cz
+> a mirrors.kernel.org enoent.linuxfoundation.org gnu.org
 > c 2
-[2] gnu.cz: Request not canceled
+[2] gnu.org: Request not canceled
 > w 0 1
 [00] mirrors.kernel.org: Finished
 > l
 [00] mirrors.kernel.org: 139.178.88.99
 [01] enoent.linuxfoundation.org: Processing request in progress
-[02] gnu.cz: 87.236.197.13
+[02] gnu.org: 209.51.188.116
 > l
 [00] mirrors.kernel.org: 139.178.88.99
 [01] enoent.linuxfoundation.org: Name or service not known
-[02] gnu.cz: 87.236.197.13
+[02] gnu.org: 209.51.188.116
 .EE
 .in
 .PP
-- 
2.30.2

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

^ permalink raw reply related	[flat|nested] 16+ messages in thread

* Re: [PATCH v2 1/3] getaddrinfo_a.3: {ftp.us => mirrors}.kernel.org, likewise for IP
  2022-08-02 17:27 ` [PATCH v2 " наб
@ 2022-08-15 21:18   ` Alejandro Colomar
  2022-08-15 21:33   ` [PATCH v3 " наб
                     ` (2 subsequent siblings)
  3 siblings, 0 replies; 16+ messages in thread
From: Alejandro Colomar @ 2022-08-15 21:18 UTC (permalink / raw)
  To: наб; +Cc: linux-man


[-- Attachment #1.1: Type: text/plain, Size: 1986 bytes --]

Hi наб,

On 8/2/22 19:27, наб wrote:
> ftp.us.kernel.org EAI_NONAMEs: turn it into mirrors.kernel.org,
> because the current text uses 139.178.88.99 which is mirrors.kernel.org

The current text doesn't use 139... :)
Would you mind rewriting the message?

Thanks,

Alex

> 
> Make the address consistent between 128.30.2.36
> (some address in MIT space) and 139.178.88.99 (valid, current)
> 
> Signed-off-by: Ahelenia Ziemiańska <nabijaczleweli@nabijaczleweli.xyz>
> ---
>   man3/getaddrinfo_a.3 | 12 ++++++------
>   1 file changed, 6 insertions(+), 6 deletions(-)
> 
> diff --git a/man3/getaddrinfo_a.3 b/man3/getaddrinfo_a.3
> index e47874f5b..4a5b38078 100644
> --- a/man3/getaddrinfo_a.3
> +++ b/man3/getaddrinfo_a.3
> @@ -323,8 +323,8 @@ The program might be used like this:
>   .PP
>   .in +4n
>   .EX
> -$ \fB./a.out ftp.us.kernel.org enoent.linuxfoundation.org gnu.cz\fP
> -ftp.us.kernel.org: 128.30.2.36
> +$ \fB./a.out mirrors.kernel.org enoent.linuxfoundation.org gnu.cz\fP
> +mirrors.kernel.org: 139.178.88.99
>   enoent.linuxfoundation.org: Name or service not known
>   gnu.cz: 87.236.197.13
>   .EE
> @@ -403,17 +403,17 @@ An example session might look like this:
>   .in +4n
>   .EX
>   $ \fB./a.out\fP
> -> a ftp.us.kernel.org enoent.linuxfoundation.org gnu.cz
> +> a mirrors.kernel.org enoent.linuxfoundation.org gnu.cz
>   > c 2
>   [2] gnu.cz: Request not canceled
>   > w 0 1
> -[00] ftp.us.kernel.org: Finished
> +[00] mirrors.kernel.org: Finished
>   > l
> -[00] ftp.us.kernel.org: 216.165.129.139
> +[00] mirrors.kernel.org: 139.178.88.99
>   [01] enoent.linuxfoundation.org: Processing request in progress
>   [02] gnu.cz: 87.236.197.13
>   > l
> -[00] ftp.us.kernel.org: 216.165.129.139
> +[00] mirrors.kernel.org: 139.178.88.99
>   [01] enoent.linuxfoundation.org: Name or service not known
>   [02] gnu.cz: 87.236.197.13
>   .EE

-- 
Alejandro Colomar
<http://www.alejandro-colomar.es/>

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: [PATCH v2 3/3] getaddrinfo_a.3: gnu.cz => gnu.org
  2022-08-02 17:28 ` [PATCH v2 3/3] getaddrinfo_a.3: gnu.cz => gnu.org наб
@ 2022-08-15 21:24   ` Alejandro Colomar
  0 siblings, 0 replies; 16+ messages in thread
From: Alejandro Colomar @ 2022-08-15 21:24 UTC (permalink / raw)
  To: наб; +Cc: linux-man


[-- Attachment #1.1: Type: text/plain, Size: 1955 bytes --]

Hi наб,

On 8/2/22 19:28, наб wrote:
> gnu.cz exists at a different address (but is unreachable there),
> and the address we had is an unassigned coolhousing one
> 
> Signed-off-by: Ahelenia Ziemiańska <nabijaczleweli@nabijaczleweli.xyz>

Patch applied (only 3/3).

I would also apply 2/3, but it makes more sense after 1/3, which I'm not 
applying in v2, so I'll wait for you to send v3 for 1/3 and 2/3.

Thanks,

Alex

> ---
>   man3/getaddrinfo_a.3 | 12 ++++++------
>   1 file changed, 6 insertions(+), 6 deletions(-)
> 
> diff --git a/man3/getaddrinfo_a.3 b/man3/getaddrinfo_a.3
> index 4a5b38078..25283dce9 100644
> --- a/man3/getaddrinfo_a.3
> +++ b/man3/getaddrinfo_a.3
> @@ -323,10 +323,10 @@ The program might be used like this:
>   .PP
>   .in +4n
>   .EX
> -$ \fB./a.out mirrors.kernel.org enoent.linuxfoundation.org gnu.cz\fP
> +$ \fB./a.out mirrors.kernel.org enoent.linuxfoundation.org gnu.org\fP
>   mirrors.kernel.org: 139.178.88.99
>   enoent.linuxfoundation.org: Name or service not known
> -gnu.cz: 87.236.197.13
> +gnu.org: 209.51.188.116
>   .EE
>   .in
>   .PP
> @@ -403,19 +403,19 @@ An example session might look like this:
>   .in +4n
>   .EX
>   $ \fB./a.out\fP
> -> a mirrors.kernel.org enoent.linuxfoundation.org gnu.cz
> +> a mirrors.kernel.org enoent.linuxfoundation.org gnu.org
>   > c 2
> -[2] gnu.cz: Request not canceled
> +[2] gnu.org: Request not canceled
>   > w 0 1
>   [00] mirrors.kernel.org: Finished
>   > l
>   [00] mirrors.kernel.org: 139.178.88.99
>   [01] enoent.linuxfoundation.org: Processing request in progress
> -[02] gnu.cz: 87.236.197.13
> +[02] gnu.org: 209.51.188.116
>   > l
>   [00] mirrors.kernel.org: 139.178.88.99
>   [01] enoent.linuxfoundation.org: Name or service not known
> -[02] gnu.cz: 87.236.197.13
> +[02] gnu.org: 209.51.188.116
>   .EE
>   .in
>   .PP

-- 
Alejandro Colomar
<http://www.alejandro-colomar.es/>

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

^ permalink raw reply	[flat|nested] 16+ messages in thread

* [PATCH v3 1/3] getaddrinfo_a.3: {ftp.us => mirrors}.kernel.org, likewise for IP
  2022-08-02 17:27 ` [PATCH v2 " наб
  2022-08-15 21:18   ` Alejandro Colomar
@ 2022-08-15 21:33   ` наб
  2022-08-15 21:33   ` [PATCH v3 2/3] futex.2, futex.7: {ftp://ftp => https://mirrors}.kernel.org наб
  2022-08-15 21:33   ` [PATCH v3 3/3] getaddrinfo_a.3: actually gnu.cz => gnu.org наб
  3 siblings, 0 replies; 16+ messages in thread
From: наб @ 2022-08-15 21:33 UTC (permalink / raw)
  To: Alejandro Colomar (man-pages); +Cc: linux-man

[-- Attachment #1: Type: text/plain, Size: 1677 bytes --]

Make the address consistent between 128.30.2.36
(some address in MIT space) and 139.178.88.99 (valid, current)

ftp.us.kernel.org EAI_NONAMEs: turn it into mirrors.kernel.org,
because the new text uses 139.178.88.99 which is mirrors.kernel.org

Signed-off-by: Ahelenia Ziemiańska <nabijaczleweli@nabijaczleweli.xyz>
---
 man3/getaddrinfo_a.3 | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/man3/getaddrinfo_a.3 b/man3/getaddrinfo_a.3
index 2922ef320..a5eb85843 100644
--- a/man3/getaddrinfo_a.3
+++ b/man3/getaddrinfo_a.3
@@ -323,8 +323,8 @@ The program might be used like this:
 .PP
 .in +4n
 .EX
-$ \fB./a.out ftp.us.kernel.org enoent.linuxfoundation.org gnu.cz\fP
-ftp.us.kernel.org: 128.30.2.36
+$ \fB./a.out mirrors.kernel.org enoent.linuxfoundation.org gnu.cz\fP
+mirrors.kernel.org: 139.178.88.99
 enoent.linuxfoundation.org: Name or service not known
 gnu.org: 209.51.188.116
 .EE
@@ -403,17 +403,17 @@ An example session might look like this:
 .in +4n
 .EX
 $ \fB./a.out\fP
-> a ftp.us.kernel.org enoent.linuxfoundation.org gnu.cz
+> a mirrors.kernel.org enoent.linuxfoundation.org gnu.cz
 > c 2
 [2] gnu.org: Request not canceled
 > w 0 1
-[00] ftp.us.kernel.org: Finished
+[00] mirrors.kernel.org: Finished
 > l
-[00] ftp.us.kernel.org: 216.165.129.139
+[00] mirrors.kernel.org: 139.178.88.99
 [01] enoent.linuxfoundation.org: Processing request in progress
 [02] gnu.org: 209.51.188.116
 > l
-[00] ftp.us.kernel.org: 216.165.129.139
+[00] mirrors.kernel.org: 139.178.88.99
 [01] enoent.linuxfoundation.org: Name or service not known
 [02] gnu.org: 209.51.188.116
 .EE
-- 
2.30.2


[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

^ permalink raw reply related	[flat|nested] 16+ messages in thread

* [PATCH v3 2/3] futex.2, futex.7: {ftp://ftp => https://mirrors}.kernel.org
  2022-08-02 17:27 ` [PATCH v2 " наб
  2022-08-15 21:18   ` Alejandro Colomar
  2022-08-15 21:33   ` [PATCH v3 " наб
@ 2022-08-15 21:33   ` наб
  2022-08-15 21:33   ` [PATCH v3 3/3] getaddrinfo_a.3: actually gnu.cz => gnu.org наб
  3 siblings, 0 replies; 16+ messages in thread
From: наб @ 2022-08-15 21:33 UTC (permalink / raw)
  To: Alejandro Colomar (man-pages); +Cc: linux-man

[-- Attachment #1: Type: text/plain, Size: 1240 bytes --]

The former doesn't exist; the latter is the new location with seemingly
compatible data

Signed-off-by: Ahelenia Ziemiańska <nabijaczleweli@nabijaczleweli.xyz>
---
 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..e8a8a5aa5 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.kernel.org\:/pub\:/linux\:/kernel\:/people\:/rusty/
 .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..ec273c151 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.kernel.org\:/pub\:/linux\:/kernel\:/people\:/rusty/
 .UE .
-- 
2.30.2


[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

^ permalink raw reply related	[flat|nested] 16+ messages in thread

* [PATCH v3 3/3] getaddrinfo_a.3: actually gnu.cz => gnu.org
  2022-08-02 17:27 ` [PATCH v2 " наб
                     ` (2 preceding siblings ...)
  2022-08-15 21:33   ` [PATCH v3 2/3] futex.2, futex.7: {ftp://ftp => https://mirrors}.kernel.org наб
@ 2022-08-15 21:33   ` наб
  2022-08-15 21:48     ` Alejandro Colomar
  3 siblings, 1 reply; 16+ messages in thread
From: наб @ 2022-08-15 21:33 UTC (permalink / raw)
  To: Alejandro Colomar (man-pages); +Cc: linux-man

[-- Attachment #1: Type: text/plain, Size: 1024 bytes --]

Fixes: a2feb3e14f51a0e74daeb6f0217887ca31799967 ("getaddrinfo_a.3:
 gnu.cz => gnu.org")
Signed-off-by: Ahelenia Ziemiańska <nabijaczleweli@nabijaczleweli.xyz>
---
 man3/getaddrinfo_a.3 | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/man3/getaddrinfo_a.3 b/man3/getaddrinfo_a.3
index a5eb85843..25283dce9 100644
--- a/man3/getaddrinfo_a.3
+++ b/man3/getaddrinfo_a.3
@@ -323,7 +323,7 @@ The program might be used like this:
 .PP
 .in +4n
 .EX
-$ \fB./a.out mirrors.kernel.org enoent.linuxfoundation.org gnu.cz\fP
+$ \fB./a.out mirrors.kernel.org enoent.linuxfoundation.org gnu.org\fP
 mirrors.kernel.org: 139.178.88.99
 enoent.linuxfoundation.org: Name or service not known
 gnu.org: 209.51.188.116
@@ -403,7 +403,7 @@ An example session might look like this:
 .in +4n
 .EX
 $ \fB./a.out\fP
-> a mirrors.kernel.org enoent.linuxfoundation.org gnu.cz
+> a mirrors.kernel.org enoent.linuxfoundation.org gnu.org
 > c 2
 [2] gnu.org: Request not canceled
 > w 0 1
-- 
2.30.2

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

^ permalink raw reply related	[flat|nested] 16+ messages in thread

* Re: [PATCH v3 3/3] getaddrinfo_a.3: actually gnu.cz => gnu.org
  2022-08-15 21:33   ` [PATCH v3 3/3] getaddrinfo_a.3: actually gnu.cz => gnu.org наб
@ 2022-08-15 21:48     ` Alejandro Colomar
  0 siblings, 0 replies; 16+ messages in thread
From: Alejandro Colomar @ 2022-08-15 21:48 UTC (permalink / raw)
  To: наб; +Cc: linux-man


[-- Attachment #1.1: Type: text/plain, Size: 1292 bytes --]

Hi наб,

On 8/15/22 23:33, наб wrote:
> Fixes: a2feb3e14f51a0e74daeb6f0217887ca31799967 ("getaddrinfo_a.3:
>   gnu.cz => gnu.org")
> Signed-off-by: Ahelenia Ziemiańska <nabijaczleweli@nabijaczleweli.xyz>

Patch set applied.

Cheers,

Alex

> ---
>   man3/getaddrinfo_a.3 | 4 ++--
>   1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/man3/getaddrinfo_a.3 b/man3/getaddrinfo_a.3
> index a5eb85843..25283dce9 100644
> --- a/man3/getaddrinfo_a.3
> +++ b/man3/getaddrinfo_a.3
> @@ -323,7 +323,7 @@ The program might be used like this:
>   .PP
>   .in +4n
>   .EX
> -$ \fB./a.out mirrors.kernel.org enoent.linuxfoundation.org gnu.cz\fP
> +$ \fB./a.out mirrors.kernel.org enoent.linuxfoundation.org gnu.org\fP

Oops, I broke this during the rebase :/

Thanks!

>   mirrors.kernel.org: 139.178.88.99
>   enoent.linuxfoundation.org: Name or service not known
>   gnu.org: 209.51.188.116
> @@ -403,7 +403,7 @@ An example session might look like this:
>   .in +4n
>   .EX
>   $ \fB./a.out\fP
> -> a mirrors.kernel.org enoent.linuxfoundation.org gnu.cz
> +> a mirrors.kernel.org enoent.linuxfoundation.org gnu.org
>   > c 2
>   [2] gnu.org: Request not canceled
>   > w 0 1

-- 
Alejandro Colomar
<http://www.alejandro-colomar.es/>

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

^ permalink raw reply	[flat|nested] 16+ messages in thread

end of thread, other threads:[~2022-08-16  5:22 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-08-02  1:11 [PATCH 1/3] getaddrinfo_a.3: {ftp.us => mirrors}.kernel.org, likewise for IP наб
2022-08-02  1:11 ` [PATCH 2/3] futex.2, futex.7: {ftp://ftp => https://mirrors.edge}.kernel.org наб
2022-08-02 11:50   ` Alejandro Colomar
2022-08-02  1:11 ` [PATCH 3/3] getaddrinfo_a.3: gnu.cz => git.kernel.org наб
2022-08-02 11:53   ` Alejandro Colomar
2022-08-02 11:47 ` [PATCH 1/3] getaddrinfo_a.3: {ftp.us => mirrors}.kernel.org, likewise for IP Alejandro Colomar
2022-08-02 17:21   ` наб
2022-08-02 17:27 ` [PATCH v2 " наб
2022-08-15 21:18   ` Alejandro Colomar
2022-08-15 21:33   ` [PATCH v3 " наб
2022-08-15 21:33   ` [PATCH v3 2/3] futex.2, futex.7: {ftp://ftp => https://mirrors}.kernel.org наб
2022-08-15 21:33   ` [PATCH v3 3/3] getaddrinfo_a.3: actually gnu.cz => gnu.org наб
2022-08-15 21:48     ` Alejandro Colomar
2022-08-02 17:28 ` [PATCH v2 2/3] futex.2, futex.7: {ftp://ftp => https://mirrors}.kernel.org наб
2022-08-02 17:28 ` [PATCH v2 3/3] getaddrinfo_a.3: gnu.cz => gnu.org наб
2022-08-15 21:24   ` Alejandro Colomar

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.