aboutsummaryrefslogtreecommitdiffstats
path: root/doc/getaddrinfo.html
diff options
context:
space:
mode:
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.