Thanks for doing this, Hans-Peter!

I committed a small follow-up on the editorial side, that removes
an empty paragraph, spells C and C++ in uppercase letters, and
simplifies a sentence.

Gerald

Index: simtest-howto.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/simtest-howto.html,v
retrieving revision 1.30
diff -u -r1.30 simtest-howto.html
--- simtest-howto.html  10 Sep 2014 19:37:25 -0000      1.30
+++ simtest-howto.html  10 Apr 2015 20:44:50 -0000
@@ -32,12 +32,10 @@
     your current setup; if not, these instructions will get you the
     sources you need.</p>
 
-    <p></p>
-
     <h3>Check out initial trees</h3>
 
     <p>We check out each component from each separate project's
-    version-control-system repository, but it's possible to use
+    repository, but it's possible to use
     release or snapshot tarballs, with an increased risk of version
     lag causing configuration framework mismatches in the combined
     tree.  If you don't yet have either tree you'll need to do some
@@ -123,7 +121,7 @@
     target `*'.  There are some exceptions, for instance on powerpc
     it's powerpc-eabi or powerpc-eabisim, and for arm, the arm-elf support
     is obsoleted.  Here we build <code>arm-eabi</code>, but we avoid gdb
-    and build only for the c and c++ languages, because some of the targets
+    and build only for the C and C++ languages, because some of the targets
     mentioned below will otherwise fail building.</p>
 
 <pre>

Reply via email to