Hello!

Attached patch fixes following md.texi warning during build process:

../../gcc-svn/trunk/gcc/doc//md.texi:8931: warning: `.' or `,' must
follow @xref, not `)'.
../../gcc-svn/trunk/gcc/doc//md.texi:8931: warning: for
cross-references in parentheses, use @pxref.

2012-11-22  Uros Bizjak  <ubiz...@gmail.com>

        * doc/md.texi (RTL Templates Transformation): Use @pxref for
        cross-reference in parentheses.

Bootstrapped on x86_64-linux-gnu, committed to mainline SVN as obvious.

Uros.

Index: doc/md.texi
===================================================================
--- doc/md.texi (revision 193728)
+++ doc/md.texi (working copy)
@@ -8931,7 +8931,7 @@ output-template.
 template.

 @code{define_subst} mechanism is tightly coupled with the notion of the
-subst attribute (@xref{Subst Iterators}).  The use of
+subst attribute (@pxref{Subst Iterators}).  The use of
 @code{define_subst} is triggered by a reference to a subst attribute in
 the transforming RTL template.  This reference initiates duplication of
 the source RTL template and substitution of the attributes with their

Reply via email to