diff options
author | Martin Liska <mliska@suse.cz> | 2021-04-12 16:43:37 +0200 |
---|---|---|
committer | Martin Liska <mliska@suse.cz> | 2021-04-14 12:28:07 +0200 |
commit | e4fd26d647ee526f11e8ca8d59536d2f67119b9a (patch) | |
tree | 78ae3ebff27080b6662cee7aeffa2ffe51695cc0 | |
parent | d1e4368ddb76a92c44f824c8e4ca1a3de8149342 (diff) | |
download | gcc-e4fd26d647ee526f11e8ca8d59536d2f67119b9a.zip gcc-e4fd26d647ee526f11e8ca8d59536d2f67119b9a.tar.gz gcc-e4fd26d647ee526f11e8ca8d59536d2f67119b9a.tar.bz2 |
docs: Remove empty table column.
gcc/fortran/ChangeLog:
* intrinsic.texi: The table has first column empty and it makes
trouble when processing makeinfo --xml output.
-rw-r--r-- | gcc/fortran/intrinsic.texi | 34 |
1 files changed, 17 insertions, 17 deletions
diff --git a/gcc/fortran/intrinsic.texi b/gcc/fortran/intrinsic.texi index 73baa34..a625087 100644 --- a/gcc/fortran/intrinsic.texi +++ b/gcc/fortran/intrinsic.texi @@ -4764,15 +4764,15 @@ Unavailable time and date parameters return blanks. @var{VALUES} is @code{INTENT(OUT)} and provides the following: -@multitable @columnfractions .15 .30 .40 -@item @tab @code{VALUE(1)}: @tab The year -@item @tab @code{VALUE(2)}: @tab The month -@item @tab @code{VALUE(3)}: @tab The day of the month -@item @tab @code{VALUE(4)}: @tab Time difference with UTC in minutes -@item @tab @code{VALUE(5)}: @tab The hour of the day -@item @tab @code{VALUE(6)}: @tab The minutes of the hour -@item @tab @code{VALUE(7)}: @tab The seconds of the minute -@item @tab @code{VALUE(8)}: @tab The milliseconds of the second +@multitable @columnfractions .15 .70 +@item @code{VALUE(1)}: @tab The year +@item @code{VALUE(2)}: @tab The month +@item @code{VALUE(3)}: @tab The day of the month +@item @code{VALUE(4)}: @tab Time difference with UTC in minutes +@item @code{VALUE(5)}: @tab The hour of the day +@item @code{VALUE(6)}: @tab The minutes of the hour +@item @code{VALUE(7)}: @tab The seconds of the minute +@item @code{VALUE(8)}: @tab The milliseconds of the second @end multitable @item @emph{Standard}: @@ -5278,10 +5278,10 @@ only one form can be used in any given program unit. @var{VALUES} and @var{TIME} are @code{INTENT(OUT)} and provide the following: -@multitable @columnfractions .15 .30 .40 -@item @tab @code{VALUES(1)}: @tab User time in seconds. -@item @tab @code{VALUES(2)}: @tab System time in seconds. -@item @tab @code{TIME}: @tab Run time since start in seconds. +@multitable @columnfractions .15 .70 +@item @code{VALUES(1)}: @tab User time in seconds. +@item @code{VALUES(2)}: @tab System time in seconds. +@item @code{TIME}: @tab Run time since start in seconds. @end multitable @item @emph{Standard}: @@ -5587,10 +5587,10 @@ only one form can be used in any given program unit. @var{VALUES} and @var{TIME} are @code{INTENT(OUT)} and provide the following: -@multitable @columnfractions .15 .30 .60 -@item @tab @code{VALUES(1)}: @tab User time in seconds. -@item @tab @code{VALUES(2)}: @tab System time in seconds. -@item @tab @code{TIME}: @tab Run time since start in seconds. +@multitable @columnfractions .15 .70 +@item @code{VALUES(1)}: @tab User time in seconds. +@item @code{VALUES(2)}: @tab System time in seconds. +@item @code{TIME}: @tab Run time since start in seconds. @end multitable @item @emph{Standard}: |