From patchwork Thu Mar 3 05:44:08 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Mingjie Xing X-Patchwork-Id: 85232 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 0A0E5B70DB for ; Thu, 3 Mar 2011 16:44:20 +1100 (EST) Received: (qmail 23763 invoked by alias); 3 Mar 2011 05:44:17 -0000 Received: (qmail 23748 invoked by uid 22791); 3 Mar 2011 05:44:16 -0000 X-SWARE-Spam-Status: No, hits=-2.3 required=5.0 tests=AWL, BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, FREEMAIL_FROM, RCVD_IN_DNSWL_LOW, T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: sourceware.org Received: from mail-ww0-f51.google.com (HELO mail-ww0-f51.google.com) (74.125.82.51) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 03 Mar 2011 05:44:11 +0000 Received: by wwf26 with SMTP id 26so856830wwf.8 for ; Wed, 02 Mar 2011 21:44:08 -0800 (PST) MIME-Version: 1.0 Received: by 10.227.11.137 with SMTP id t9mr388444wbt.67.1299131048707; Wed, 02 Mar 2011 21:44:08 -0800 (PST) Received: by 10.227.71.207 with HTTP; Wed, 2 Mar 2011 21:44:08 -0800 (PST) Date: Thu, 3 Mar 2011 13:44:08 +0800 Message-ID: Subject: [doc, PATCH] Remove redundant word "See" before @xref From: Mingjie Xing To: gcc-patches@gcc.gnu.org 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 Hi Find two places where the redundant word "See" appears before @xref. The patch simply remove them. It is OK? Thanks, Mingjie 2011-03-03 Mingjie Xing * doc/cfg.texi: Remove "See" before @ref. * doc/invoke.texi: Likewise. Index: doc/cfg.texi =================================================================== --- doc/cfg.texi (revision 170643) +++ doc/cfg.texi (working copy) @@ -559,8 +559,7 @@ rechains the remaining statements in a b In the RTL representation, the macros @code{BB_HEAD} and @code{BB_END} may be used to get the head and end @code{rtx} of a basic block. No abstract iterators are defined for traversing the insn chain, but you -can just use @code{NEXT_INSN} and @code{PREV_INSN} instead. See -@xref{Insns}. +can just use @code{NEXT_INSN} and @code{PREV_INSN} instead. @xref{Insns}. @findex purge_dead_edges Usually a code manipulating pass simplifies the instruction stream and Index: doc/invoke.texi =================================================================== --- doc/invoke.texi (revision 170643) +++ doc/invoke.texi (working copy) @@ -2504,7 +2504,7 @@ In this example, G++ will synthesize a d @cindex Objective-C and Objective-C++ options, command line @cindex options, Objective-C and Objective-C++ (NOTE: This manual does not describe the Objective-C and Objective-C++ -languages themselves. See @xref{Standards,,Language Standards +languages themselves. @xref{Standards,,Language Standards Supported by GCC}, for references.) This section describes the command-line options that are only meaningful