From 8bdea5282fffac0643c4111482e85cfa7c6f7e9f Mon Sep 17 00:00:00 2001 From: Segher Boessenkool Date: Fri, 17 Aug 2018 21:35:18 +0200 Subject: [PATCH] doc: Use @ref, not @xref, in the middle of a sentence makeinfo warns about this. * doc/md.texi (Patterns): Use @ref instead of @xref in the middle of a sentence. From-SVN: r263633 --- gcc/ChangeLog | 5 +++++ gcc/doc/md.texi | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 208d5cfebbc..7babd0d494c 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2018-08-17 Segher Boessenkool + + * doc/md.texi (Patterns): Use @ref instead of @xref in the middle of + a sentence. + 2018-08-17 Sandra Loosemore C-SKY port: Documentation diff --git a/gcc/doc/md.texi b/gcc/doc/md.texi index 348183cd486..4801d68a207 100644 --- a/gcc/doc/md.texi +++ b/gcc/doc/md.texi @@ -144,7 +144,7 @@ a nameless pattern for all other purposes. Names beginning with the The name may also have the form @samp{@@@var{n}}. This has the same effect as a name @samp{@var{n}}, but in addition tells the compiler to -generate further helper functions; see @xref{Parameterized Names} for details. +generate further helper functions; see @ref{Parameterized Names} for details. @item The @dfn{RTL template}: This is a vector of incomplete RTL expressions -- 2.30.2