mirror of
https://sourceware.org/git/glibc.git
synced 2025-01-19 07:00:08 +00:00
(Host Names): Fix typo in last change.
This commit is contained in:
parent
7d31cb29fc
commit
f5c5534163
@ -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}.
|
||||
|
Loading…
Reference in New Issue
Block a user