diff mbox

[libstdc++] doc/xml/manual/abi.xml -- fix references to GCC as well as GNU/Linux

Message ID alpine.LNX.2.00.1111270121190.1694@gerinyyl.fvgr
State New
Headers show

Commit Message

Gerald Pfeifer Nov. 27, 2011, 12:24 a.m. UTC
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  <gerald@pfeifer.com>

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

Patch

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>