aboutsummaryrefslogtreecommitdiff
path: root/gcc/doc
diff options
context:
space:
mode:
authorMarek Polacek <polacek@redhat.com>2015-05-22 09:27:35 +0000
committerMarek Polacek <mpolacek@gcc.gnu.org>2015-05-22 09:27:35 +0000
commitb7f016cb2285820e277eaeab3ae6193f4d95b15b (patch)
treeef1d4bee09c0172511fb38813edebdae990bffde /gcc/doc
parent9dbe0d83c865375f99e776e82087e653b2214380 (diff)
downloadgcc-b7f016cb2285820e277eaeab3ae6193f4d95b15b.zip
gcc-b7f016cb2285820e277eaeab3ae6193f4d95b15b.tar.gz
gcc-b7f016cb2285820e277eaeab3ae6193f4d95b15b.tar.bz2
* doc/extend.texi: Use @pxref instead of @xref.
From-SVN: r223530
Diffstat (limited to 'gcc/doc')
-rw-r--r--gcc/doc/extend.texi4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/doc/extend.texi b/gcc/doc/extend.texi
index 5539199..6c51bc4 100644
--- a/gcc/doc/extend.texi
+++ b/gcc/doc/extend.texi
@@ -6304,7 +6304,7 @@ compilers to match the native Microsoft compiler.
GCC allows attributes to be set on C labels. @xref{Attribute Syntax}, for
details of the exact syntax for using attributes. Other attributes are
available for functions (@pxref{Function Attributes}), variables
-(@pxref{Variable Attributes}), enumerators (@xref{Enumerator Attributes}),
+(@pxref{Variable Attributes}), enumerators (@pxref{Enumerator Attributes}),
and for types (@pxref{Type Attributes}).
This example uses the @code{cold} label attribute to indicate the
@@ -6358,7 +6358,7 @@ with computed goto or @code{asm goto}.
GCC allows attributes to be set on enumerators. @xref{Attribute Syntax}, for
details of the exact syntax for using attributes. Other attributes are
available for functions (@pxref{Function Attributes}), variables
-(@pxref{Variable Attributes}), labels (@xref{Label Attributes}),
+(@pxref{Variable Attributes}), labels (@pxref{Label Attributes}),
and for types (@pxref{Type Attributes}).
This example uses the @code{deprecated} enumerator attribute to indicate the