The last remaining instance of Linux vs GNU/Linux in the libstdc++ 
documentation is fixed thusly.  Applied.


On the way I spotted an odd reference to GCC.  Looking at the 
overall document, it occurs to me that

 - newer versions of GCC are not covered, and
 - references to GCC generally are of the form gcc-X.Y instead of GCC X.Y.

Is this something one of you guys (libstdc++) could have a look at?

Thanks,
Gerald


2011-11-26  Gerald Pfeifer  <ger...@pfeifer.com>

        * doc/xml/manual/abi.xml (Prerequisites): Refer to GNU/Linux.
        Fix reference to GCC.

Index: doc/xml/manual/abi.xml
===================================================================
--- doc/xml/manual/abi.xml      (revision 181742)
+++ doc/xml/manual/abi.xml      (working copy)
@@ -596,8 +596,8 @@
     </para>
 
     <para>
-      Most modern Linux and BSD versions, particularly ones using
-      gcc-3.1.x tools and more recent vintages, will meet the
+      Most modern GNU/Linux and BSD versions, particularly ones using
+      GCC 3.1 and later, will meet the
       requirements above, as does Solaris 2.5 and up.
     </para>
   </section>

Reply via email to