gcc/fortran/ChangeLog
* gfortran.texi (Function ABI Documentation): Make menu ordering
consistent with subsection ordering.
---
gcc/fortran/gfortran.texi | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gcc/fortran/gfortran.texi b/gcc/fortran/gfortran.texi
index
Tobias pointed out that I forgot to CC the fortran mailing list about
these patches to the gfortran manual that I pushed just before the
holidays, while wearing my documentation maintainer hat:
https://gcc.gnu.org/pipermail/gcc-patches/2024-December/672151.html
https://gcc.gnu.org/pipermail/gcc
I think the idea is OK. I am not so adept with editors so if you can make
it doable, reordering information is fine with me
On Tue, Dec 31, 2024, 5:12 PM Sandra Loosemore
wrote:
> Tobias pointed out that I forgot to CC the fortran mailing list about
> these patches to the gfortran manual that I
In English usage, "that" introduces a restrictive clause while "which"
introduces a non-restrictive or descriptive clause. "That" is almost
never preceded by a comma while "which" often is. The Fortran manual
had many instances where these uses were reversed, or where a comma
was used with "that"
Continuing a series of patches to tidy the Fortran manual, this
installment fixes problems with inappropriate use of future tense and
adds some missing markup I noticed in passing.
gcc/fortran/ChangeLog
* intrinsic.texi: Grammar and markup fixes throughout
the file.
---
gcc/fortra