From 75fe269373cbe333f7f2fa7ae116ea0245888d01 Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Mon, 28 Apr 2025 08:44:08 +0000 Subject: Latest batch of fixes Signed-off-by: Laurent Bercot --- doc/getaddrinfo.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/getaddrinfo.html') 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 @@

The standard C library provides an API to perform name resolution: -getaddrinfo(), +getaddrinfo(), formerly gethostbyname(). 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. -- cgit v1.3.1