From 4be381e73ea6e4be33aa24e3c3f4dedd54ed144f Mon Sep 17 00:00:00 2001 From: Mikhail Alferov <39414600+mmalferov@users.noreply.github.com> Date: Fri, 28 Jun 2024 00:36:02 +0300 Subject: [PATCH] socket-addrinfo-lookup.xml: to clarify the family of functions Maybe so? --- reference/sockets/functions/socket-addrinfo-lookup.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/reference/sockets/functions/socket-addrinfo-lookup.xml b/reference/sockets/functions/socket-addrinfo-lookup.xml index bc011d8f99af..415ab7627b58 100644 --- a/reference/sockets/functions/socket-addrinfo-lookup.xml +++ b/reference/sockets/functions/socket-addrinfo-lookup.xml @@ -56,7 +56,8 @@ &reftitle.returnvalues; - Returns an array of AddressInfo instances that can be used with the other socket_addrinfo functions. + Returns an array of AddressInfo instances that can be used with + the socket_addrinfo_*() family of functions. On failure, &false; is returned.