diff mbox series

[wwwdocs] gcc-2.95/branch.html -- use <code> instead of <tt>

Message ID alpine.LSU.2.21.1809021425030.6216@anthias.pfeifer.com
State New
Headers show
Series [wwwdocs] gcc-2.95/branch.html -- use <code> instead of <tt> | expand

Commit Message

Gerald Pfeifer Sept. 2, 2018, 12:26 p.m. UTC
...making this page HTML 5.

Committed.

Gerald
diff mbox series

Patch

Index: gcc-2.95/branch.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-2.95/branch.html,v
retrieving revision 1.11
diff -u -r1.11 branch.html
--- gcc-2.95/branch.html	1 Sep 2018 23:42:02 -0000	1.11
+++ gcc-2.95/branch.html	2 Sep 2018 12:15:51 -0000
@@ -17,12 +17,12 @@ 
   <li> Track just the GCC 2.95 release.  You can convert your existing CVS tree
        to track the GCC 2.95 release with the command:
        <br />
-       <tt>cvs update -rgcc-2_95-branch</tt></li>
+       <code>cvs update -rgcc-2_95-branch</code></li>
   <li> Track both the GCC 2.95 release and the development sources.  You will
        need to check out the GCC 2.95 release in a separate directory using the
        command:
        <br />
-       <tt>cvs co -rgcc-2_95-branch egcs</tt></li>
+       <code>cvs co -rgcc-2_95-branch egcs</code></li>
 </ol>
 
 <p>Considering that the primary focus of the developers is on the GCC 2.95