]> git.ipfire.org Git - thirdparty/gcc.git/commit
Fortran: Use the present tense for the manual.
authorSandra Loosemore <sloosemore@baylibre.com>
Fri, 20 Dec 2024 05:08:15 +0000 (05:08 +0000)
committerSandra Loosemore <sloosemore@baylibre.com>
Fri, 20 Dec 2024 22:19:26 +0000 (22:19 +0000)
commit703924bf60903f3b3893f526d17aa0592b5cc923
treed43020879df5dd673b1ad4ec7132af0a7ce60e34
parent41ef672247c28f4a30d60e8ce691a6b284e61e59
Fortran: Use the present tense for the manual.

The present tense is preferred for expressing facts or enduring
behavior.  Thus we should say "option X does Y" instead of "option X
will do Y", reserving the future tense for things that happen at some
later time (such as in a future release of GCC, or at run time as
explicitly contrasted with compile time).

This set of edits is largely mechanical substitution of phrasing
involving "will".  I also fixed a few more markup problems noted while
editing nearby text and fixed a few instances of awkward wording.

gcc/fortran/ChangeLog
* gfortran.texi: Use the present tense throughout; fix some
markup issues and awkward wording.
* invoke.texi: Likewise.
gcc/fortran/gfortran.texi
gcc/fortran/invoke.texi