]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
getaddrinfo_a.3: {ftp.us => mirrors}.kernel.org, likewise for IP
authorнаб <nabijaczleweli@nabijaczleweli.xyz>
Mon, 15 Aug 2022 21:33:38 +0000 (23:33 +0200)
committerAlejandro Colomar <alx.manpages@gmail.com>
Mon, 15 Aug 2022 21:49:12 +0000 (23:49 +0200)
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>
Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>
man3/getaddrinfo_a.3

index 2922ef320cc90cb9907b2565538e258172a92aac..a5eb858430953bf19f4a7c8e0d10c1bcdf1c6d04 100644 (file)
@@ -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