summaryrefslogtreecommitdiff
path: root/manual/socket.texi
diff options
context:
space:
mode:
authorAndreas Jaeger <aj@suse.de>2001-07-06 06:58:28 +0000
committerAndreas Jaeger <aj@suse.de>2001-07-06 06:58:28 +0000
commite2cb5c1d3f89e8a1357b7b5639a46a09407682b0 (patch)
tree4c7b53b5c0905130e0557823406ce6314a33b2e6 /manual/socket.texi
parenta1b36134f6634375dc87abea1b7c00e241797bea (diff)
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.texi2
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,