diff options
author | Joseph Myers <joseph@codesourcery.com> | 2012-09-07 14:39:11 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2012-09-07 14:39:11 +0000 |
commit | 65cafb1c3f698f9382c318da88415014dbdf675b (patch) | |
tree | 898a2bf667ab213ff59e7d2e3e6391e4197dd9db /manual/examples | |
parent | c78ab0947353c8f46d23857ebf3fb4a70ed581d9 (diff) | |
download | glibc-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.
Diffstat (limited to 'manual/examples')
-rw-r--r-- | manual/examples/inetcli.c | 2 |
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) |