diff options
author | Eric Botcazou <ebotcazou@adacore.com> | 2016-12-26 09:36:33 +0000 |
---|---|---|
committer | Eric Botcazou <ebotcazou@gcc.gnu.org> | 2016-12-26 09:36:33 +0000 |
commit | 4f4f634fffeb10da1c257f0a0ed2f848164da864 (patch) | |
tree | 89404a37b41d3a65d2038b2e955e0fb43ba397aa /gcc/doc | |
parent | f15613c237cc93d6e278efc861b167a0837ca673 (diff) | |
download | gcc-4f4f634fffeb10da1c257f0a0ed2f848164da864.zip gcc-4f4f634fffeb10da1c257f0a0ed2f848164da864.tar.gz gcc-4f4f634fffeb10da1c257f0a0ed2f848164da864.tar.bz2 |
* doc/cpp.texi (Invocation): Remove space in command.
From-SVN: r243925
Diffstat (limited to 'gcc/doc')
-rw-r--r-- | gcc/doc/cpp.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/doc/cpp.texi b/gcc/doc/cpp.texi index 8810b1e..f4cc8c6 100644 --- a/gcc/doc/cpp.texi +++ b/gcc/doc/cpp.texi @@ -4293,7 +4293,7 @@ In GCC, the preprocessor is actually integrated with the compiler rather than a separate program, and both of these commands invoke GCC and tell it to stop after the preprocessing phase. -The @command {cpp} options listed here are also accepted by +The @command{cpp} options listed here are also accepted by @command{gcc} and have the same meaning. Likewise the @command{cpp} command accepts all the usual @command{gcc} driver options, although those pertaining to compilation phases after preprocessing are ignored. |