diff mbox series

[wwwdocs] Fix up gcc-6/changes.html wrt. HTML 5

Message ID alpine.LSU.2.21.1809021012500.6216@anthias.pfeifer.com
State New
Headers show
Series [wwwdocs] Fix up gcc-6/changes.html wrt. HTML 5 | expand

Commit Message

Gerald Pfeifer Sept. 2, 2018, 8:14 a.m. UTC
As simple as using <code> instead of <tt> in one place.

Committed.

Gerald
diff mbox series

Patch

Index: gcc-6/changes.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-6/changes.html,v
retrieving revision 1.106
diff -u -r1.106 changes.html
--- gcc-6/changes.html	1 Sep 2018 23:42:06 -0000	1.106
+++ gcc-6/changes.html	2 Sep 2018 08:12:47 -0000
@@ -314,7 +314,7 @@ 
       new features:
       <ul>
         <li><code>std::uncaught_exceptions</code> function (this is also
-            available for <tt>-std=gnu++NN</tt> modes); </li>
+            available for <code>-std=gnu++NN</code> modes); </li>
         <li>new member functions <code>try_emplace</code> and
             <code>insert_or_assign</code> for unique_key maps;</li>
         <li>non-member functions <code>std::size</code>,