aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoseph Myers <joseph@codesourcery.com>2012-09-07 14:39:11 +0000
committerJoseph Myers <joseph@codesourcery.com>2012-09-07 14:39:11 +0000
commit65cafb1c3f698f9382c318da88415014dbdf675b (patch)
tree898a2bf667ab213ff59e7d2e3e6391e4197dd9db
parentc78ab0947353c8f46d23857ebf3fb4a70ed581d9 (diff)
downloadglibc-65cafb1c3f698f9382c318da88415014dbdf675b.tar
glibc-65cafb1c3f698f9382c318da88415014dbdf675b.tar.gz
glibc-65cafb1c3f698f9382c318da88415014dbdf675b.tar.bz2
glibc-65cafb1c3f698f9382c318da88415014dbdf675b.zip
Use www.gnu.org as example hostname in manual/examples/inetcli.c.
-rw-r--r--ChangeLog6
-rw-r--r--manual/examples/inetcli.c2
2 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index a1e16e628a..9a3b132280 100644
--- 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
diff --git a/manual/examples/inetcli.c b/manual/examples/inetcli.c
index afd4a91a6a..cd981b1c64 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)