summaryrefslogtreecommitdiff
path: root/libc/manual/examples/inetcli.c
diff options
context:
space:
mode:
Diffstat (limited to 'libc/manual/examples/inetcli.c')
-rw-r--r--libc/manual/examples/inetcli.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/manual/examples/inetcli.c b/libc/manual/examples/inetcli.c
index afd4a91a6..cd981b1c6 100644
--- a/libc/manual/examples/inetcli.c
+++ b/libc/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)