aboutsummaryrefslogtreecommitdiffstats
path: root/doc/getaddrinfo.html
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2025-04-28 08:44:08 +0000
committerLaurent Bercot <ska@appnovation.com>2025-04-28 08:44:08 +0000
commit75fe269373cbe333f7f2fa7ae116ea0245888d01 (patch)
treead84813636e4f2e1a3d398da9f49fe8dfbb1c8ff /doc/getaddrinfo.html
parent41e5db72f90b26317b983be1afc2ae39be6a4483 (diff)
downloads6-dns-75fe269373cbe333f7f2fa7ae116ea0245888d01.tar.gz
Latest batch of fixes
Signed-off-by: Laurent Bercot <ska@appnovation.com>
Diffstat (limited to 'doc/getaddrinfo.html')
-rw-r--r--doc/getaddrinfo.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/getaddrinfo.html b/doc/getaddrinfo.html
index a6ea981..97b7482 100644
--- a/doc/getaddrinfo.html
+++ b/doc/getaddrinfo.html
@@ -21,7 +21,7 @@
<p>
The standard C library provides an API to perform name
resolution:
-<a href="https://pubs.opengroup.org/onlinepubs/9699919799/functions/getaddrinfo.html">getaddrinfo()</a>,
+<a href="https://pubs.opengroup.org/onlinepubs/9799919799/functions/getaddrinfo.html">getaddrinfo()</a>,
formerly <tt>gethostbyname()</tt>. However, for DNS resolution as well as
implementation in the libc, this interface is very impractical, to the point of
being unusable. Here are a few reasons why.