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]

[comitted patch] more </li> fixes


Hi,

I've comitted more </li> fixes.

Thanks,

Kazu Hirata

Index: bugs.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/bugs.html,v
retrieving revision 1.27
diff -u -r1.27 bugs.html
--- bugs.html	2001/01/24 12:12:33	1.27
+++ bugs.html	2001/03/07 12:41:12
@@ -181,22 +181,22 @@
 
 <p>If you find a bug, but you are not fixing it (yet):</p>
 <ol>
-<li>Create a (minimal) test-case.
-<li>Add the test-case to our test-suite, marking it as XFAIL.
-<li>Add a bug report referencing the test-case to GNATS.
+<li>Create a (minimal) test-case.</li>
+<li>Add the test-case to our test-suite, marking it as XFAIL.</li>
+<li>Add a bug report referencing the test-case to GNATS.</li>
 </ol>
 
 <p>If you fix a bug for which there is already a GNATS entry:</p>
 <ol>
-<li>Remove the XFAIL on the test-case.
-<li>Close the bug report in GNATS.
+<li>Remove the XFAIL on the test-case.</li>
+<li>Close the bug report in GNATS.</li>
 </ol>
 
 <p>If you find a bug, and you are fixing it right then:</p>
 <ol>
-<li>Create a (minimal) test-case.
-<li>Add the test-case to our test-suite, marking it as PASS.
-<li>Check in your fixes.
+<li>Create a (minimal) test-case.</li>
+<li>Add the test-case to our test-suite, marking it as PASS.</li>
+<li>Check in your fixes.</li>
 </ol>
 
 
Index: steering.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/steering.html,v
retrieving revision 1.13
diff -u -r1.13 steering.html
--- steering.html	2000/10/03 17:21:31	1.13
+++ steering.html	2001/03/07 12:41:12
@@ -22,20 +22,20 @@
 reach them is the gcc <a href="lists.html">mailinglist</a>.
 
 <ul>
-<li>Per Bothner (independent consultant)
-<li>Joe Buck (Synopsys)
-<li>David Edelsohn (IBM)
-<li>Kaveh R. Ghazi
-<li>Torbjorn Granlund (Swox AB)
-<li>Jeffrey A. Law (Red Hat)
-<li>Marc Lehmann (Technische Universität Karlsruhe)
-<li>Jason Merrill (Red Hat)
-<li>David Miller (Red Hat)
-<li>Mark Mitchell (CodeSourcery)
-<li>Toon Moene (Koninklijk Nederlands Meteorologisch Instituut)
-<li>Gerald Pfeifer (Vienna University of Technology)
-<li>Joel Sherrill (OAR Corporation)
-<li>Jim Wilson (Red Hat)
+<li>Per Bothner (independent consultant)</li>
+<li>Joe Buck (Synopsys)</li>
+<li>David Edelsohn (IBM)</li>
+<li>Kaveh R. Ghazi</li>
+<li>Torbjorn Granlund (Swox AB)</li>
+<li>Jeffrey A. Law (Red Hat)</li>
+<li>Marc Lehmann (Technische Universität Karlsruhe)</li>
+<li>Jason Merrill (Red Hat)</li>
+<li>David Miller (Red Hat)</li>
+<li>Mark Mitchell (CodeSourcery)</li>
+<li>Toon Moene (Koninklijk Nederlands Meteorologisch Instituut)</li>
+<li>Gerald Pfeifer (Vienna University of Technology)</li>
+<li>Joel Sherrill (OAR Corporation)</li>
+<li>Jim Wilson (Red Hat)</li>
 </ul>
 
 <p><small>Membership in the steering committee is a personal membership.


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