Use www.gnu.org as example hostname in manual/examples/inetcli.c.
authorJoseph Myers <joseph@codesourcery.com>
Fri, 7 Sep 2012 14:39:11 +0000 (14:39 +0000)
committerJoseph Myers <joseph@codesourcery.com>
Fri, 7 Sep 2012 14:39:11 +0000 (14:39 +0000)
ChangeLog
manual/examples/inetcli.c

index a1e16e6..9a3b132 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2012-09-07  Joseph Myers  <joseph@codesourcery.com>
+
+       [BZ #10014]
+       * manual/examples/inetcli.c (SERVERHOST): Use www.gnu.org as
+       example host name.
+
 2012-09-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
 
        * malloc/arena.c (arena_get_retry): New function that gets
index afd4a91..cd981b1 100644 (file)
@@ -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)