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]

htdocs fixup for gcc-4.2/changes.html


I'm committing a minor patch to fix up some HTML errors, one my fault,
one somebody else's.

Ian


Index: gcc-4.2/changes.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-4.2/changes.html,v
retrieving revision 1.25
diff -u -r1.25 changes.html
--- gcc-4.2/changes.html	20 Mar 2007 20:37:07 -0000	1.25
+++ gcc-4.2/changes.html	21 Mar 2007 03:12:11 -0000
@@ -51,7 +51,7 @@
     <code>-Wstrict-overflow=1</code> to <code>5</code>.  See the
     <a href="http://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html";>
     documentation</a> for details.  <code>-Wstrict-overflow=1</code>
-    is enabled by <code>-Wall</code>.
+    is enabled by <code>-Wall</code>.</li>
 </ul>
 
 <h3>C family</h3>
@@ -87,8 +87,8 @@
     </li>
 
     <li>
-     The <code>&lt?</code>, <code>&gt?</code>, <code>&lt?=</code>,
-     and <code>&gt?=</code> operators,
+     The <code>&lt;?</code>, <code>&gt;?</code>, <code>&lt;?=</code>,
+     and <code>&gt;?=</code> operators,
      deprecated in previous GCC releases, have been removed.
     </li>
 


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