diff options
author | Ulrich Drepper <drepper@redhat.com> | 1999-07-02 11:50:55 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1999-07-02 11:50:55 +0000 |
commit | 4708015f24a69bd0a436483c4d1244d1fb1f2e87 (patch) | |
tree | e3d55cddb335ee69a1f872b3461d567c5cf1c9ec /manual/socket.texi | |
parent | 8d93eb92afa7e829225a0e884cc492e138feb515 (diff) | |
download | glibc-4708015f24a69bd0a436483c4d1244d1fb1f2e87.zip glibc-4708015f24a69bd0a436483c4d1244d1fb1f2e87.tar.gz glibc-4708015f24a69bd0a436483c4d1244d1fb1f2e87.tar.bz2 |
Update.
1999-07-02 Tim Waugh <tim@cyberelk.demon.co.uk>
* posix/wordexp-test.c: Revert bogus 'unset IFS' change. It
doesn't belong in the tests, but in the wordexp implementation.
* posix/wordexp.c (exec_comm): Unset IFS so that subshells don't
split fields.
Diffstat (limited to 'manual/socket.texi')
-rw-r--r-- | manual/socket.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manual/socket.texi b/manual/socket.texi index d77e556..b89a63f 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}. |