From 87c97c13bf0e665d05fd933ddc3d1ed526bad116 Mon Sep 17 00:00:00 2001 From: ebotcazou Date: Mon, 26 Dec 2016 09:36:33 +0000 Subject: [PATCH] * doc/cpp.texi (Invocation): Remove space in command. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@243925 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/ChangeLog | 2 ++ gcc/doc/cpp.texi | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index caf6508c3d5..0f2a6dc811b 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -2,6 +2,8 @@ * doc/invoke.texi (SPARC options): Add missing documentation for -mlra. + * doc/cpp.texi (Invocation): Remove space in command. + 2016-12-25 Sandra Loosemore * doc/cpp.texi (Invocation): Revise to indicate that GCC driver diff --git a/gcc/doc/cpp.texi b/gcc/doc/cpp.texi index 8810b1ea774..f4cc8c6fdde 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. -- 2.11.4.GIT