From e2cb5c1d3f89e8a1357b7b5639a46a09407682b0 Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Fri, 6 Jul 2001 06:58:28 +0000 Subject: Update. 2001-07-06 Andreas Jaeger * 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. --- manual/socket.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'manual/socket.texi') 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, -- cgit v1.2.3