This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


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.

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>


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]