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

commit 4593f60558474983c79cbbdedc31b4c19e63b671
Author: Tobias Burnus <tob...@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  <tob...@codesourcery.com>
+
+	* gfortran.texi (Runtime): Remove tailing '.' in @menu.
+
 2020-01-27  Tobias Burnus  <tob...@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

Reply via email to