diff options
author | Mingjie Xing <mingjie.xing@gmail.com> | 2011-03-07 03:00:04 +0000 |
---|---|---|
committer | Mingjie Xing <xmj@gcc.gnu.org> | 2011-03-07 03:00:04 +0000 |
commit | 38528d5051b74ae67ec897c0167e084ae9530e1b (patch) | |
tree | c35808becec09e6aaecf8169674dbe17b0be39ea /gcc | |
parent | 0d14c75706113188655e75ae3f6f6a2d4f0b0dd3 (diff) | |
download | gcc-38528d5051b74ae67ec897c0167e084ae9530e1b.zip gcc-38528d5051b74ae67ec897c0167e084ae9530e1b.tar.gz gcc-38528d5051b74ae67ec897c0167e084ae9530e1b.tar.bz2 |
Remove redundant word 'See' before @xref
From-SVN: r170730
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 5 | ||||
-rw-r--r-- | gcc/doc/cfg.texi | 3 | ||||
-rw-r--r-- | gcc/doc/invoke.texi | 2 |
3 files changed, 7 insertions, 3 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 4a418465..9c47c31 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -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. diff --git a/gcc/doc/cfg.texi b/gcc/doc/cfg.texi index 660c09c..7f93648 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 6c4d633..a4d55a1 100644 --- a/gcc/doc/invoke.texi +++ b/gcc/doc/invoke.texi @@ -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 |