diff mbox

[doc] -x cpp-output

Message ID 4C587A8E.4090800@qnx.com
State New
Headers show

Commit Message

Ryan Mansfield Aug. 3, 2010, 8:22 p.m. UTC
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.


Regards,

Ryan Mansfield

Comments

Ryan Mansfield Sept. 2, 2010, 2:57 p.m. UTC | #1
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
Gerald Pfeifer Sept. 6, 2010, 3:16 p.m. UTC | #2
On Thu, 2 Sep 2010, Ryan Mansfield wrote:
>> @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.

You're right, and I had actually looked at it and verified it meets
the implementation back when you sent that patch, but hadn't managed
to commit it.  Apologies, I'll do a round of testing and will apply
later today.

Thanks, and if you have more, let us know! :-)

Gerald
diff mbox

Patch

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