From: Mingjie Xing Date: Mon, 7 Mar 2011 02:57:07 +0000 (+0000) Subject: Remove redundant word 'See' before @xref X-Git-Tag: releases/gcc-4.5.3~174 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e80d7a28298a39ea4fe9efec03d35ae6c23f9b6c;p=thirdparty%2Fgcc.git Remove redundant word 'See' before @xref From-SVN: r170729 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 6337b92cee7f..5c464c72c354 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2011-03-07 Mingjie Xing + + * doc/cfg.texi: Remove "See" before @ref. + * doc/invoke.texi: Likewise. + 2011-03-03 Uros Bizjak * config/i386/sse.md (*avx_pmaddubsw128): Fix mode of VEC_SELECT RTX. diff --git a/gcc/doc/cfg.texi b/gcc/doc/cfg.texi index 660c09c81ce0..7f93648327c1 100644 --- a/gcc/doc/cfg.texi +++ b/gcc/doc/cfg.texi @@ -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 diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi index 07f6c52e443c..55e9b4edd848 100644 --- a/gcc/doc/invoke.texi +++ b/gcc/doc/invoke.texi @@ -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