public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [doc, PATCH] Remove redundant word "See" before @xref
@ 2011-03-03  5:44 Mingjie Xing
  2011-03-04 12:10 ` Gerald Pfeifer
  0 siblings, 1 reply; 3+ messages in thread
From: Mingjie Xing @ 2011-03-03  5:44 UTC (permalink / raw)
  To: gcc-patches

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.


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

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [doc, PATCH] Remove redundant word "See" before @xref
  2011-03-03  5:44 [doc, PATCH] Remove redundant word "See" before @xref Mingjie Xing
@ 2011-03-04 12:10 ` Gerald Pfeifer
  2011-03-07  3:02   ` Mingjie Xing
  0 siblings, 1 reply; 3+ messages in thread
From: Gerald Pfeifer @ 2011-03-04 12:10 UTC (permalink / raw)
  To: Mingjie Xing; +Cc: gcc-patches

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

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [doc, PATCH] Remove redundant word "See" before @xref
  2011-03-04 12:10 ` Gerald Pfeifer
@ 2011-03-07  3:02   ` Mingjie Xing
  0 siblings, 0 replies; 3+ messages in thread
From: Mingjie Xing @ 2011-03-07  3:02 UTC (permalink / raw)
  To: Gerald Pfeifer; +Cc: gcc-patches

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

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2011-03-07  3:02 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-03-03  5:44 [doc, PATCH] Remove redundant word "See" before @xref Mingjie Xing
2011-03-04 12:10 ` Gerald Pfeifer
2011-03-07  3:02   ` Mingjie Xing

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).