This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC 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]

[wwwdocs] simtest-howto.html: use canonical hostname


Use the canonical sourceware.org hostname.

Installed.

Gerald

Index: simtest-howto.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/simtest-howto.html,v
retrieving revision 1.20
diff -u -3 -p -r1.20 simtest-howto.html
--- simtest-howto.html	4 Feb 2004 08:06:37 -0000	1.20
+++ simtest-howto.html	31 Oct 2005 14:12:49 -0000
@@ -46,9 +46,9 @@ cvs -d :pserver:anoncvs@subversions.gnu.
 
 <pre>
 cd ${TOP}
-cvs -d :pserver:anoncvs@sources.redhat.com:/cvs/src login
+cvs -d :pserver:anoncvs@sourceware.org:/cvs/src login
 # You will be prompted for a password; reply with "anoncvs".
-cvs -d :pserver:anoncvs@sources.redhat.com:/cvs/src co binutils newlib dejagnu gdb
+cvs -d :pserver:anoncvs@sourceware.org:/cvs/src co binutils newlib dejagnu gdb
 </pre>
 
     <h3>Update CVS trees</h3>


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