From: Segher Boessenkool Date: Fri, 17 Aug 2018 19:35:18 +0000 (+0200) Subject: doc: Use @ref, not @xref, in the middle of a sentence X-Git-Tag: basepoints/gcc-10~4701 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8bdea5282fffac0643c4111482e85cfa7c6f7e9f;p=thirdparty%2Fgcc.git 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 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 208d5cfebbcb..7babd0d494c3 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 348183cd486d..4801d68a2071 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