aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorTobias Burnus <tobias@codesourcery.com>2020-01-28 10:58:00 +0100
committerTobias Burnus <tobias@codesourcery.com>2020-01-28 10:58:00 +0100
commit4593f60558474983c79cbbdedc31b4c19e63b671 (patch)
treea533fe5c91efd05598b02cc99ca2d9a7d7a5a639 /gcc
parent1d8593070a62b5e5e7583687648c6d34e825cee2 (diff)
downloadgcc-4593f60558474983c79cbbdedc31b4c19e63b671.zip
gcc-4593f60558474983c79cbbdedc31b4c19e63b671.tar.gz
gcc-4593f60558474983c79cbbdedc31b4c19e63b671.tar.bz2
[Fortran] gfortran.texi - minor style cleanup
* gfortran.texi (Runtime): Remove tailing '.' in @menu.
Diffstat (limited to 'gcc')
-rw-r--r--gcc/fortran/ChangeLog4
-rw-r--r--gcc/fortran/gfortran.texi6
2 files changed, 7 insertions, 3 deletions
diff --git a/gcc/fortran/ChangeLog b/gcc/fortran/ChangeLog
index bfc3b22..4040ff2 100644
--- a/gcc/fortran/ChangeLog
+++ b/gcc/fortran/ChangeLog
@@ -1,3 +1,7 @@
+2020-01-28 Tobias Burnus <tobias@codesourcery.com>
+
+ * gfortran.texi (Runtime): Remove tailing '.' in @menu.
+
2020-01-27 Tobias Burnus <tobias@codesourcery.com>
PR fortran/85781
diff --git a/gcc/fortran/gfortran.texi b/gcc/fortran/gfortran.texi
index a50634a..0b52c1b 100644
--- a/gcc/fortran/gfortran.texi
+++ b/gcc/fortran/gfortran.texi
@@ -604,15 +604,15 @@ Malformed environment variables are silently ignored.
* GFORTRAN_STDIN_UNIT:: Unit number for standard input
* GFORTRAN_STDOUT_UNIT:: Unit number for standard output
* GFORTRAN_STDERR_UNIT:: Unit number for standard error
-* GFORTRAN_UNBUFFERED_ALL:: Do not buffer I/O for all units.
+* GFORTRAN_UNBUFFERED_ALL:: Do not buffer I/O for all units
* GFORTRAN_UNBUFFERED_PRECONNECTED:: Do not buffer I/O for preconnected units.
* GFORTRAN_SHOW_LOCUS:: Show location for runtime errors
* GFORTRAN_OPTIONAL_PLUS:: Print leading + where permitted
* GFORTRAN_LIST_SEPARATOR:: Separator for list output
* GFORTRAN_CONVERT_UNIT:: Set endianness for unformatted I/O
* GFORTRAN_ERROR_BACKTRACE:: Show backtrace on run-time errors
-* GFORTRAN_FORMATTED_BUFFER_SIZE:: Buffer size for formatted files.
-* GFORTRAN_UNFORMATTED_BUFFER_SIZE:: Buffer size for unformatted files.
+* GFORTRAN_FORMATTED_BUFFER_SIZE:: Buffer size for formatted files
+* GFORTRAN_UNFORMATTED_BUFFER_SIZE:: Buffer size for unformatted files
@end menu
@node TMPDIR