Fix requested by Mark for recent g++ clarification.
authorMike Stump <mrs@gcc.gnu.org>
Fri, 7 Jul 2006 20:59:40 +0000 (20:59 +0000)
committerMike Stump <mrs@gcc.gnu.org>
Fri, 7 Jul 2006 20:59:40 +0000 (20:59 +0000)
From-SVN: r115270

gcc/doc/invoke.texi

index a4896a5..59830ec 100644 (file)
@@ -1093,10 +1093,10 @@ However, the use of @command{gcc} does not add the C++ library.
 @command{g++} is a program that calls GCC and treats @samp{.c},
 @samp{.h} and @samp{.i} files as C++ source files instead of C source
 files unless @option{-x} is used, and automatically specifies linking
-against the C++ library.  This is also useful when precompiling a C
-header file with a @samp{.h} extension for use in C++ compilations.
-On many systems, @command{g++} is also installed with the name
-@command{c++}.
+against the C++ library.  This program is also useful when
+precompiling a C header file with a @samp{.h} extension for use in C++
+compilations.  On many systems, @command{g++} is also installed with
+the name @command{c++}.
 
 @cindex invoking @command{g++}
 When you compile C++ programs, you may specify many of the same