Remove redundant word 'See' before @xref
authorMingjie Xing <mingjie.xing@gmail.com>
Mon, 7 Mar 2011 03:00:04 +0000 (03:00 +0000)
committerMingjie Xing <xmj@gcc.gnu.org>
Mon, 7 Mar 2011 03:00:04 +0000 (03:00 +0000)
From-SVN: r170730

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

index 4a418465390600426cb14335da5af54788519c3a..9c47c312591c30b989b5288468d529ce901d0166 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-05  Jason Merrill  <jason@redhat.com>
 
        * doc/invoke.texi (C++ Dialect Options): Document ABI v5.
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 6c4d6339ba657798ba3e4b7d9b4eab856443d7cd..a4d55a1312dccc198a058e146e8eb9bee475527a 100644 (file)
@@ -2508,7 +2508,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