From: Joseph Myers Date: Fri, 7 Sep 2012 14:39:11 +0000 (+0000) Subject: Use www.gnu.org as example hostname in manual/examples/inetcli.c. X-Git-Tag: glibc-2.17~567 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=65cafb1c3f698f9382c318da88415014dbdf675b;p=thirdparty%2Fglibc.git Use www.gnu.org as example hostname in manual/examples/inetcli.c. --- diff --git a/ChangeLog b/ChangeLog index a1e16e628ac..9a3b1322806 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2012-09-07 Joseph Myers + + [BZ #10014] + * manual/examples/inetcli.c (SERVERHOST): Use www.gnu.org as + example host name. + 2012-09-07 Siddhesh Poyarekar * malloc/arena.c (arena_get_retry): New function that gets diff --git a/manual/examples/inetcli.c b/manual/examples/inetcli.c index afd4a91a6a3..cd981b1c64d 100644 --- a/manual/examples/inetcli.c +++ b/manual/examples/inetcli.c @@ -26,7 +26,7 @@ #define PORT 5555 #define MESSAGE "Yow!!! Are we having fun yet?!?" -#define SERVERHOST "mescaline.gnu.org" +#define SERVERHOST "www.gnu.org" void write_to_server (int filedes)