diff options
Diffstat (limited to 'doc/getaddrinfo.html')
-rw-r--r-- | doc/getaddrinfo.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/getaddrinfo.html b/doc/getaddrinfo.html index d0fd1ac..a6ea981 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="http://pubs.opengroup.org/onlinepubs/9699919799/functions/getaddrinfo.html">getaddrinfo()</a>, +<a href="https://pubs.opengroup.org/onlinepubs/9699919799/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. @@ -31,8 +31,8 @@ being unusable. Here are a few reasons why. <p> I explained this point in a message to the -<a href="http://busybox.net/">Busybox</a> mailing-list. You can -<a href="http://lists.busybox.net/pipermail/busybox/2012-July/078123.html">read +<a href="https://busybox.net/">Busybox</a> mailing-list. You can +<a href="https://lists.busybox.net/pipermail/busybox/2012-July/078123.html">read the post here</a>. (There is a mistake in that post about <tt>/etc/nsswitch.conf</tt> and <tt>/etc/host.conf</tt> syntax; the following two messages in the thread |