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] testing/testing-pooma.html markup fix


Fix markup (& -> &).

Gerald

Index: testing-pooma.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/testing/testing-pooma.html,v
retrieving revision 1.6
diff -u -3 -p -r1.6 testing-pooma.html
--- testing-pooma.html	4 Nov 2004 21:48:39 -0000	1.6
+++ testing-pooma.html	20 Aug 2007 08:14:21 -0000
@@ -45,7 +45,7 @@ run the testsuite and build example and 
 </li>
 <li>Run the testsuite and compare with baseline:
     <ul>
-    <li><code>make -k check 2>&1 | tee testresults-GCC</code></li>
+    <li><code>make -k check 2>&amp;1 | tee testresults-GCC</code></li>
     <li><code>diff -u testresults testresults-GCC | grep '^[+-]PASSED\|FAILED'</code></li>
     </ul>
 </li>


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