public inbox for linux-man@vger.kernel.org
 help / color / mirror / Atom feed
From: Alejandro Colomar <alx.manpages@gmail.com>
To: наб <nabijaczleweli@nabijaczleweli.xyz>
Cc: linux-man@vger.kernel.org
Subject: Re: [PATCH 1/3] getaddrinfo_a.3: {ftp.us => mirrors}.kernel.org, likewise for IP
Date: Tue, 2 Aug 2022 13:47:05 +0200	[thread overview]
Message-ID: <95f02b3c-024b-b1d9-56d5-798990f63c66@gmail.com> (raw)
In-Reply-To: <bbdf48b6666c5ced765a2b2e81feaea2270cde78.1659402663.git.nabijaczleweli@nabijaczleweli.xyz>


[-- 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 --]

  parent reply	other threads:[~2022-08-02 11:47 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
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 ` Alejandro Colomar [this message]
2022-08-02 17:21   ` [PATCH 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 " наб
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=95f02b3c-024b-b1d9-56d5-798990f63c66@gmail.com \
    --to=alx.manpages@gmail.com \
    --cc=linux-man@vger.kernel.org \
    --cc=nabijaczleweli@nabijaczleweli.xyz \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox