diff options
author | Andreas Jaeger <aj@suse.de> | 2001-07-06 06:58:28 +0000 |
---|---|---|
committer | Andreas Jaeger <aj@suse.de> | 2001-07-06 06:58:28 +0000 |
commit | e2cb5c1d3f89e8a1357b7b5639a46a09407682b0 (patch) | |
tree | 4c7b53b5c0905130e0557823406ce6314a33b2e6 /manual/socket.texi | |
parent | a1b36134f6634375dc87abea1b7c00e241797bea (diff) | |
download | glibc-e2cb5c1d3f89e8a1357b7b5639a46a09407682b0.tar glibc-e2cb5c1d3f89e8a1357b7b5639a46a09407682b0.tar.gz glibc-e2cb5c1d3f89e8a1357b7b5639a46a09407682b0.tar.bz2 glibc-e2cb5c1d3f89e8a1357b7b5639a46a09407682b0.zip |
Update.
2001-07-06 Andreas Jaeger <aj@suse.de>
* manual/Makefile (texis): Add fdl.texi.
* manual/fdl.texi: New.
* manual/socket.texi (Host Names): Improve grammar, fix overflow hbox.
* manual/libc.texinfo: Add fdl, update titlepage.
Patches by Brian Youmans <3diff@gnu.org>.
* sysdeps/unix/make_errlist.c (main): Print LGPL v2.1 for
generated file.
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 993afd6880..f2f62adc4f 100644 --- a/manual/socket.texi +++ b/manual/socket.texi @@ -1311,7 +1311,7 @@ gethostname (char *host) int herr; hstbuflen = 1024; - /* Allocate buffer, remember to free it to avoid a memory leakage. */ + /* Allocate buffer, remember to free it to avoid memory leakage. */ tmphstbuf = malloc (hstbuflen); while ((res = gethostbyname_r (host, &hostbuf, tmphstbuf, hstbuflen, |