This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Use www.gnu.org as example hostname in manual (bug 10014)


On Fri, 7 Sep 2012, Allan McRae wrote:

> Note the mescaline.gnu.org was also used in manual/examples/inetcli.c,
> so you probably want to change that too.

Thanks for pointing this out.  I've applied this followup patch to change 
that example as well.

diff --git a/ChangeLog b/ChangeLog
index a1e16e6..9a3b132 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 afd4a91..cd981b1 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)

-- 
Joseph S. Myers
joseph@codesourcery.com


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]