about summary refs log tree commit diff
path: root/manual/examples/inetcli.c
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 /manual/examples/inetcli.c
parentc78ab0947353c8f46d23857ebf3fb4a70ed581d9 (diff)
downloadglibc-65cafb1c3f698f9382c318da88415014dbdf675b.tar.gz
glibc-65cafb1c3f698f9382c318da88415014dbdf675b.tar.xz
glibc-65cafb1c3f698f9382c318da88415014dbdf675b.zip
Use www.gnu.org as example hostname in manual/examples/inetcli.c.
Diffstat (limited to 'manual/examples/inetcli.c')
-rw-r--r--manual/examples/inetcli.c2
1 files changed, 1 insertions, 1 deletions
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)