diff mbox

[wwwdocs] gcc-4.8/changes.html markup consistency

Message ID alpine.LNX.2.00.1210281936060.23898@tuna.site
State New
Headers show

Commit Message

Gerald Pfeifer Oct. 28, 2012, 8:52 p.m. UTC
Installed.

Gerald
diff mbox

Patch

Index: changes.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-4.8/changes.html,v
retrieving revision 1.48
diff -u -3 -p -r1.48 changes.html
--- changes.html	21 Oct 2012 11:01:37 -0000	1.48
+++ changes.html	28 Oct 2012 18:36:07 -0000
@@ -133,10 +133,10 @@  B b(42); // OK
 </pre></blockquote>
   </li>
 
-  <li>G++ now supports a <tt>-std=c++1y</tt> option for experimentation
+  <li>G++ now supports a <code>>-std=c++1y</code> option for experimentation
     with features proposed for the next revision of the standard, expected
-    around 2017.  Currently the only difference from <tt>-std=c++11</tt> is
-    support for return type deduction in normal functions, as proposed in 
+    around 2017.  Currently the only difference from <code>-std=c++11</code>
+    is support for return type deduction in normal functions, as proposed in 
     <a href="http://www.open-std.org/JTC1/SC22/WG21/docs/papers/2012/n3386.html">N3386</a>.</li>
 </ul>