diff options
author | Mike Stump <mrs@gcc.gnu.org> | 2006-07-07 20:59:40 +0000 |
---|---|---|
committer | Mike Stump <mrs@gcc.gnu.org> | 2006-07-07 20:59:40 +0000 |
commit | 5548b688093cb61e9be33b1d4f7de7914783840f (patch) | |
tree | c92801a50899ddd83735cd1a19cdf167448d6d7e | |
parent | bde47e079650086c06cd4f15105dca0ecde1f06b (diff) | |
download | gcc-5548b688093cb61e9be33b1d4f7de7914783840f.zip gcc-5548b688093cb61e9be33b1d4f7de7914783840f.tar.gz gcc-5548b688093cb61e9be33b1d4f7de7914783840f.tar.bz2 |
Fix requested by Mark for recent g++ clarification.
From-SVN: r115270
-rw-r--r-- | gcc/doc/invoke.texi | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi index a4896a5..59830ec 100644 --- a/gcc/doc/invoke.texi +++ b/gcc/doc/invoke.texi @@ -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 |