diff options
author | Dominique d'Humieres <dominiq@gcc.gnu.org> | 2019-01-13 20:18:46 +0100 |
---|---|---|
committer | Dominique d'Humieres <dominiq@gcc.gnu.org> | 2019-01-13 20:18:46 +0100 |
commit | 2054522fc848953211fc84d35a77f28290bc27d2 (patch) | |
tree | ddc4622d134e08a19c3f60b19666458982277119 /gcc | |
parent | 8ef8fa9a4de095b17647b65b22081413d6afd171 (diff) | |
download | gcc-2054522fc848953211fc84d35a77f28290bc27d2.zip gcc-2054522fc848953211fc84d35a77f28290bc27d2.tar.gz gcc-2054522fc848953211fc84d35a77f28290bc27d2.tar.bz2 |
re PR fortran/88803 (gfortran documentation warning: '.' or ',' must follow @xref)
2019-01-13 Dominique d'Humieres <dominiq@gcc.gnu.org>
PR fortran/88803
* gfortran.texi: Replace @xref with @ref and adjust the sentence.
From-SVN: r267906
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/fortran/ChangeLog | 5 | ||||
-rw-r--r-- | gcc/fortran/gfortran.texi | 4 |
2 files changed, 7 insertions, 2 deletions
diff --git a/gcc/fortran/ChangeLog b/gcc/fortran/ChangeLog index ca20973..7ea2749 100644 --- a/gcc/fortran/ChangeLog +++ b/gcc/fortran/ChangeLog @@ -1,3 +1,8 @@ +2019-01-13 Dominique d'Humieres <dominiq@gcc.gnu.org> + + PR fortran/88803 + * gfortran.texi: Replace @xref with @ref and adjust the sentence. + 2019-01-13 Thomas Koenig <tkoenig@gcc.gnu.org> PR fortran/57992 diff --git a/gcc/fortran/gfortran.texi b/gcc/fortran/gfortran.texi index e44b8cc..02ff32f 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 |