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]

Re: [Patch, doc] -x cpp-output


On 10-08-03 04:22 PM, Ryan Mansfield wrote:
There is a typo in the documentation for the -x option. The c-cpp-output
arg. should just be cpp-output.

2010-08-03 Ryan Mansfield <rmansfield@qnx.com>
* doc/invoke.texi (-x): Fix typo.

Index: doc/invoke.texi
===================================================================
--- doc/invoke.texi (revision 162842)
+++ doc/invoke.texi (working copy)
@@ -1096,7 +1096,7 @@
name suffix). This option applies to all following input files until
the next @option{-x} option. Possible values for @var{language} are:
@smallexample
-c c-header c-cpp-output
+c c-header cpp-output
c++ c++-header c++-cpp-output
objective-c objective-c-header objective-c-cpp-output
objective-c++ objective-c++-header objective-c++-cpp-output

Ping?


I think this qualifies as obvious but I'll need someone to apply it.

Regards,

Ryan Mansfield


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