From ccebec8303ff8b4ce0ef199ca3faa6c2e6a6af1a Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Tue, 10 Aug 2021 14:27:19 +0200 Subject: [PATCH] ares_getaddrinfo.3: available since 1.16.0 --- docs/ares_getaddrinfo.3 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/ares_getaddrinfo.3 b/docs/ares_getaddrinfo.3 index 6cae0ff5..a5d86efc 100644 --- a/docs/ares_getaddrinfo.3 +++ b/docs/ares_getaddrinfo.3 @@ -187,6 +187,8 @@ The result is sorted according to RFC6724 except: Please note that the function will attempt a connection on each of the resolved addresses as per RFC6724. +.SH AVAILABILITY +This function was added in c-ares 1.16.0, released in March 2020. .SH SEE ALSO .BR ares_freeaddrinfo (3) .SH AUTHOR