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]

PATCH: testing/testing-pooma.html


Fix POOMA homepage URL.  Minor tweaks and adjustment to coding conventions.

Committed.

Gerald

Index: testing-pooma.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/testing/testing-pooma.html,v
retrieving revision 1.3
diff -u -3 -p -r1.3 testing-pooma.html
--- testing-pooma.html	29 Aug 2003 06:43:45 -0000	1.3
+++ testing-pooma.html	17 Apr 2004 22:37:09 -0000
@@ -8,7 +8,7 @@
 <h1>POOMA build and test guide</h1>

 <p>This page is a guide to building the
-<a href="http://www.codesourcery.com/pooma/pooma";>POOMA</a>
+<a href="http://www.codesourcery.com/pooma/";>POOMA</a>
 parallel object-oriented code and running its test programs.</p>

 <h2>Download and Extract</h2>
@@ -37,8 +37,8 @@ programs, and run the examples, use:</p>
     when <code>uname</code> matches:
     <ul>
     <li>linux</li>
-    <li>irix64 - 64 bit Irix 6.x platforms</li>
-    <li>sunos - Sun Solaris</li>
+    <li>irix64: 64-bit Irix 6.x platforms</li>
+    <li>sunos: Sun Solaris</li>
     </ul>
 </li>
 <li>For other architectures it is necessary to:


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