]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
(Host Names): Fix typo in last change.
authorUlrich Drepper <drepper@redhat.com>
Tue, 6 Jul 1999 15:11:25 +0000 (15:11 +0000)
committerUlrich Drepper <drepper@redhat.com>
Tue, 6 Jul 1999 15:11:25 +0000 (15:11 +0000)
manual/socket.texi

index d77e556214e5333a042b027777e8dab8d87b2e2c..b89a63f5ce3902bbc85ea29bed2633495b7cb4d3 100644 (file)
@@ -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}.