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: gcc-3.1/changes.html -- markup fixes


Fix markup. (Address PR web/6441.)

Gerald

Index: changes.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-3.1/changes.html,v
retrieving revision 1.18
retrieving revision 1.20
diff -u -3 -p -r1.18 -r1.20
--- changes.html	23 Apr 2002 23:30:51 -0000	1.18
+++ changes.html	26 Apr 2002 13:12:28 -0000	1.20
@@ -120,7 +120,6 @@ documentation</a>.</p>
     support it.  See <code>-maltivec</code>.</li>
 </ul>

-</ul>

 <h2>Obsolete Targets</h2>

@@ -175,11 +174,17 @@ are being obsoleted.</p>

 <ul>
   <li>Alpha:
-      <ul><li>OSF/1, <code>alpha*-*-osf[123]*</code>.
+      <ul>
+        <li>OSF/1, <code>alpha*-*-osf[123]*</code>.
 	  (Digital Unix and Tru64 Unix, aka <code>alpha*-*-osf[45]</code>,
-	  are still supported.)</li></ul>
+	  are still supported.)</li>
+      </ul>
+  </li>
   <li>ARM:
-      <ul><li>RISCiX, <code>arm-*-riscix*</code>.</li></ul>
+      <ul>
+        <li>RISCiX, <code>arm-*-riscix*</code>.</li>
+      </ul>
+  </li>
   <li>i386:
       <ul>
 	<li>386BSD, <code>i?86-*-bsd*</code></li>
@@ -229,7 +234,9 @@ are being obsoleted.</p>
       </ul>
    </li>
    <li>SPARC:
-      <ul><li>RTEMS/a.out, <code>sparc-*-rtemsaout*</code>.</li></ul>
+      <ul>
+        <li>RTEMS/a.out, <code>sparc-*-rtemsaout*</code>.</li>
+      </ul>
    </li>
 </ul>



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