]> git.ipfire.org Git - thirdparty/gcc.git/commit
Fortran: Fix that/which usage in the manual.
authorSandra Loosemore <sloosemore@baylibre.com>
Sat, 28 Dec 2024 03:51:50 +0000 (03:51 +0000)
committerSandra Loosemore <sloosemore@baylibre.com>
Wed, 1 Jan 2025 02:51:50 +0000 (02:51 +0000)
commitd0542de068e79ee222394a45552577c07b1e6b1b
tree8f6faf03056b173531839646de9137aee6f0f04f
parent2c5761025a96e78921ef17d83fc8e7a11b2d1115
Fortran: Fix that/which usage in the manual.

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"; this patch fixes them.  In some cases I have
substituted less convoluted wording instead.

gcc/fortran/ChangeLog
* gfortran.texi: Clean up that/which usage throughout the file.
* intrinsic.texi: Likewise.
* invoke.texi: Likewise.
gcc/fortran/gfortran.texi
gcc/fortran/intrinsic.texi
gcc/fortran/invoke.texi