public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc(refs/users/marxin/heads/fortran-table)] docs: Remove empty table column.
@ 2021-04-12 14:44 Martin Liska
  0 siblings, 0 replies; only message in thread
From: Martin Liska @ 2021-04-12 14:44 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:96a88f400a3855192eca9988ff941595f28894b6

commit 96a88f400a3855192eca9988ff941595f28894b6
Author: Martin Liska <mliska@suse.cz>
Date:   Mon Apr 12 16:43:37 2021 +0200

    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.

Diff:
---
 gcc/fortran/intrinsic.texi | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

diff --git a/gcc/fortran/intrinsic.texi b/gcc/fortran/intrinsic.texi
index 73baa34104e..c74a7f56c60 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}:


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2021-04-12 14:44 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-04-12 14:44 [gcc(refs/users/marxin/heads/fortran-table)] docs: Remove empty table column Martin Liska

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).