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]

[PATCH, doc]: Fix PR 25701


This patch fixes PR 25701.  Tested with a `make info install-info' and
inspection using info(1).  As this is a documentation fix, OK for
mainline during stage 3?

Ben


2008-01-24  Ben Elliston  <bje@au.ibm.com>

        * doc/gcc.texi (Software development): Add an entry for g++.

diff --git a/gcc/doc/gcc.texi b/gcc/doc/gcc.texi
index b41194d..3e10e09 100644
--- a/gcc/doc/gcc.texi
+++ b/gcc/doc/gcc.texi
@@ -66,6 +66,7 @@ included in the section entitled ``GNU Free Documentation License''.
 @dircategory Software development
 @direntry
 * gcc: (gcc).                  The GNU Compiler Collection.
+* g++: (gcc).                  The GNU C++ compiler.
 @end direntry
 This file documents the use of the GNU compilers.
 @sp 1



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