]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Remove redundant word 'See' before @xref
authorMingjie Xing <mingjie.xing@gmail.com>
Mon, 7 Mar 2011 02:57:07 +0000 (02:57 +0000)
committerMingjie Xing <xmj@gcc.gnu.org>
Mon, 7 Mar 2011 02:57:07 +0000 (02:57 +0000)
From-SVN: r170729

gcc/ChangeLog
gcc/doc/cfg.texi
gcc/doc/invoke.texi

index 6337b92cee7f9f248bc07ec72865b1d0aec0c84b..5c464c72c354557eeb66599f570c363e59b36999 100644 (file)
@@ -1,3 +1,8 @@
+2011-03-07  Mingjie Xing  <mingjie.xing@gmail.com>
+
+       * doc/cfg.texi: Remove "See" before @ref.
+       * doc/invoke.texi: Likewise.
+
 2011-03-03  Uros Bizjak  <ubizjak@gmail.com>
 
        * config/i386/sse.md (*avx_pmaddubsw128): Fix mode of VEC_SELECT RTX.
index 660c09c81ce09f9e51bea8efde0e34265c2cf2ae..7f93648327c10d4f4df9d01a0e093f48dc6aaf6f 100644 (file)
@@ -559,8 +559,7 @@ rechains the remaining statements in a basic block, if any.
 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 07f6c52e443c6b985ab4db4df2d1a44cf4df3ab6..55e9b4edd8487325263a4a456d8267a41e3d49e5 100644 (file)
@@ -2417,7 +2417,7 @@ In this example, G++ will synthesize a default @samp{A& operator =
 @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