summaryrefslogtreecommitdiff
path: root/manual/examples
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
parentc78ab0947353c8f46d23857ebf3fb4a70ed581d9 (diff)
Use www.gnu.org as example hostname in manual/examples/inetcli.c.
Diffstat (limited to 'manual/examples')
-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)