From f5c5534163b2f05af02dcb310b4314838e5d6577 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Tue, 6 Jul 1999 15:11:25 +0000 Subject: [PATCH] (Host Names): Fix typo in last change. --- manual/socket.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manual/socket.texi b/manual/socket.texi index d77e556214e..b89a63f5ce3 100644 --- a/manual/socket.texi +++ b/manual/socket.texi @@ -1285,7 +1285,7 @@ parameters. A pointer to the buffer, in which the result is stored, is available in @code{*@var{result}} after the function call successfully returned. If -an error occurs or if no entry is found, the pointer @code{*var{result} +an error occurs or if no entry is found, the pointer @code{*@var{result}} is a null pointer. Success is signalled by a zero return value. If the function failed the return value is an error number. In addition to the errors defined for @code{gethostbyname} it can also be @code{ERANGE}. -- 2.47.3