diff mbox series

[Fortran] gfortran.texi - minor style cleanup

Message ID 7f9cfc94-f456-43ef-765c-c4c503b641ca@codesourcery.com
State New
Headers show
Series [Fortran] gfortran.texi - minor style cleanup | expand

Commit Message

Tobias Burnus Jan. 28, 2020, 10:01 a.m. UTC
Most items in the @menu do not end with a period; all of them do not end 
with one when used as @section. Hence, it make sense to unify the style 
to w/o tailing '.'.

Committed.

Tobias
diff mbox series

Patch

commit 4593f60558474983c79cbbdedc31b4c19e63b671
Author: Tobias Burnus <tobias@codesourcery.com>
Date:   Tue Jan 28 10:58:00 2020 +0100

    [Fortran] gfortran.texi - minor style cleanup
    
            * gfortran.texi (Runtime): Remove tailing '.' in @menu.

diff --git a/gcc/fortran/ChangeLog b/gcc/fortran/ChangeLog
index bfc3b224ecb..4040ff284b3 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 a50634ab9d2..0b52c1b6ab8 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