From patchwork Tue Aug 3 20:22:38 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ryan Mansfield X-Patchwork-Id: 60793 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from sourceware.org (server1.sourceware.org [209.132.180.131]) by ozlabs.org (Postfix) with SMTP id A9D28B6EF1 for ; Wed, 4 Aug 2010 06:27:59 +1000 (EST) Received: (qmail 18350 invoked by alias); 3 Aug 2010 20:27:57 -0000 Received: (qmail 18342 invoked by uid 22791); 3 Aug 2010 20:27:57 -0000 X-SWARE-Spam-Status: No, hits=-1.8 required=5.0 tests=AWL, BAYES_00, T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from hub3.qnx.com (HELO hub3.qnx.com) (209.226.137.86) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 03 Aug 2010 20:27:51 +0000 Received: by hub3.qnx.com (Postfix, from userid 32767) id BBF8E6C51C8; Tue, 3 Aug 2010 16:27:48 -0400 (EDT) Received: from webmail.ott.qnx.com (unknown [192.168.1.7]) by hub3.qnx.com (Postfix) with SMTP id 125826C51C8 for ; Tue, 3 Aug 2010 16:27:33 -0400 (EDT) Received: from nebula.ott.qnx.com ([10.42.3.30]) by webmail.ott.qnx.com with Microsoft SMTPSVC(6.0.3790.4675); Tue, 3 Aug 2010 16:27:21 -0400 Received: from neptune.ott.qnx.com ([10.42.3.70]) by nebula.ott.qnx.com with Microsoft SMTPSVC(6.0.3790.4675); Tue, 3 Aug 2010 16:22:39 -0400 Received: from [10.42.102.164] ([10.42.102.164]) by neptune.ott.qnx.com with Microsoft SMTPSVC(6.0.3790.4675); Tue, 3 Aug 2010 16:22:38 -0400 Message-ID: <4C587A8E.4090800@qnx.com> Date: Tue, 03 Aug 2010 16:22:38 -0400 From: Ryan Mansfield User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.11) Gecko/20100713 Lightning/1.0b1 Thunderbird/3.0.6 MIME-Version: 1.0 To: gcc-patches@gcc.gnu.org Subject: [Patch, doc] -x cpp-output X-IsSubscribed: yes Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Delivered-To: mailing list gcc-patches@gcc.gnu.org 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 * doc/invoke.texi (-x): Fix typo. Regards, Ryan Mansfield 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