]> git.ipfire.org Git - thirdparty/gcc.git/commit
Fortran: Fix hyphenation errors in the manual
authorSandra Loosemore <sloosemore@baylibre.com>
Fri, 20 Dec 2024 16:27:14 +0000 (16:27 +0000)
committerSandra Loosemore <sloosemore@baylibre.com>
Fri, 20 Dec 2024 22:19:31 +0000 (22:19 +0000)
commit1ec38e26e2be462c0fb645718714f61fc86a497d
tree283a3051d6397b3a6d21a4cc590255bacabe2327
parent703924bf60903f3b3893f526d17aa0592b5cc923
Fortran: Fix hyphenation errors in the manual

When looking through the gfortran manual, I noted some problems with
hyphens being used where they're not correct or necessary,
e.g. "non-standard" vs "nonstandard", "null-pointer" vs "null pointer"
(as a noun), etc.  I've made a pass through the documentation to
correct at least some of those uses.

gcc/fortran/ChangeLog
* gfortran.texi: Get rid of some unnecessary hyphens throughout
the file.
* invoke.texi: Likewise.
gcc/fortran/gfortran.texi
gcc/fortran/invoke.texi