From 2054522fc848953211fc84d35a77f28290bc27d2 Mon Sep 17 00:00:00 2001 From: Dominique d'Humieres Date: Sun, 13 Jan 2019 20:18:46 +0100 Subject: [PATCH] re PR fortran/88803 (gfortran documentation warning: '.' or ',' must follow @xref) 2019-01-13 Dominique d'Humieres PR fortran/88803 * gfortran.texi: Replace @xref with @ref and adjust the sentence. From-SVN: r267906 --- gcc/fortran/ChangeLog | 5 +++++ gcc/fortran/gfortran.texi | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/gcc/fortran/ChangeLog b/gcc/fortran/ChangeLog index ca20973bf5a..7ea2749a414 100644 --- a/gcc/fortran/ChangeLog +++ b/gcc/fortran/ChangeLog @@ -1,3 +1,8 @@ +2019-01-13 Dominique d'Humieres + + PR fortran/88803 + * gfortran.texi: Replace @xref with @ref and adjust the sentence. + 2019-01-13 Thomas Koenig PR fortran/57992 diff --git a/gcc/fortran/gfortran.texi b/gcc/fortran/gfortran.texi index e44b8ccaad3..02ff32f741f 100644 --- a/gcc/fortran/gfortran.texi +++ b/gcc/fortran/gfortran.texi @@ -1471,8 +1471,8 @@ are four-byte integers by default, and eight-byte integers if the compability only) is in effect. The representation of the record markers is that of unformatted files -given with the @option{-fconvert} option, the @xref{CONVERT specifier} -on the open statement or the @xref{GFORTRAN_CONVERT_UNIT} environment +given with the @option{-fconvert} option, the @ref{CONVERT specifier} +in an open statement or the @ref{GFORTRAN_CONVERT_UNIT} environment variable. The maximum number of bytes of user data in a subrecord is 2147483639 -- 2.30.2