diff mbox

[doc] Remove redundant word "See" before @xref

Message ID AANLkTim4t-Ac5dGKbi5g1+vpF7Po8yrCpqxKWyGQB37Z@mail.gmail.com
State New
Headers show

Commit Message

Mingjie Xing March 3, 2011, 5:44 a.m. UTC
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  <mingjie.xing@gmail.com>

        * doc/cfg.texi: Remove "See" before @ref.
        * doc/invoke.texi: Likewise.

Comments

Gerald Pfeifer March 4, 2011, 12:10 p.m. UTC | #1
On Thu, 3 Mar 2011, Mingjie Xing wrote:
> 2011-03-03  Mingjie Xing  <mingjie.xing@gmail.com>
> 
>         * doc/cfg.texi: Remove "See" before @ref.
>         * doc/invoke.texi: Likewise.

This is fine, thank you.  If you want to apply this to the GCC 4.5
branch as well, that's fine, too.

Gerald
Mingjie Xing March 7, 2011, 3:02 a.m. UTC | #2
2011/3/4 Gerald Pfeifer <gerald@pfeifer.com>:
> On Thu, 3 Mar 2011, Mingjie Xing wrote:
>> 2011-03-03  Mingjie Xing  <mingjie.xing@gmail.com>
>>
>>         * doc/cfg.texi: Remove "See" before @ref.
>>         * doc/invoke.texi: Likewise.
>
> This is fine, thank you.  If you want to apply this to the GCC 4.5
> branch as well, that's fine, too.
>
> Gerald
>

Committed revision 170730, and 4.5 branch revision 170729.

Thanks,
Mingjie
diff mbox

Patch

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