From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-lj1-x22c.google.com (mail-lj1-x22c.google.com [IPv6:2a00:1450:4864:20::22c]) by sourceware.org (Postfix) with ESMTPS id 824FC393D032; Sun, 18 Apr 2021 13:24:49 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 824FC393D032 Received: by mail-lj1-x22c.google.com with SMTP id c1so28008725ljd.7; Sun, 18 Apr 2021 06:24:49 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=SltjUQJn9jFCDM9/O0aGZ8/1QsLfvWhNH8tYfyle7GE=; b=ffwTV0muQyYZeIWUSBSwaDwsHMnk/ZYE1UgfHUhTGaEkSeS9X542zd52ulR+CLzFbq IX+g9vgnEZwZ60r0krP2ctwWW3kf3Z4MtlV38wcD2AHWnSINKmFyV8tG1keWH4+Mk3QU hM7eaL09jvuwGJwXObz5QGWkIyPJ4KzMBl0WAgLFnNjsB6+XuVDyf26uQWwTKBNUSkwu wr1BI9MJawp4Ok/qdGQY0VxhG5CWjHS0QtL89cEjdva8L3yR/Gm+f7LXFWR+/4zuVgD2 /Q/EjEP+7/T9c4njiiwVQ4vWJXUk4Ak1k14FgCJYn4L+xmOJ/kfV+/jlzyrBQ+F/MJ73 kb4A== X-Gm-Message-State: AOAM533szi51NjKYZG3OO3+Q1wR7gvn6cmHEyLAixUoVv5IQlI1XSgpq FKpyv1UZA/cMuOcEP1uxG2qjzqBp3ofQkLiZguQ= X-Google-Smtp-Source: ABdhPJxGqx5aCi1oVVlvm1FVp1vb0sNWLu6sJv1UyCkHkEa9squj7xx5rhjeIrcw4Db9mIi26wbaOxGuguV8BKhpwpk= X-Received: by 2002:a2e:8708:: with SMTP id m8mr8507185lji.339.1618752288199; Sun, 18 Apr 2021 06:24:48 -0700 (PDT) MIME-Version: 1.0 References: <1fa91190-48e8-b163-2a71-c0c237392ff3@suse.cz> In-Reply-To: <1fa91190-48e8-b163-2a71-c0c237392ff3@suse.cz> From: Paul Richard Thomas Date: Sun, 18 Apr 2021 14:24:37 +0100 Message-ID: Subject: Re: [PATCH] docs: Remove empty table column. To: =?UTF-8?Q?Martin_Li=C5=A1ka?= Cc: gcc-patches , gfortran X-Spam-Status: No, score=-8.6 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_FROM, GIT_PATCH_0, HTML_MESSAGE, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.29 X-BeenThere: fortran@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Fortran mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Apr 2021 13:24:55 -0000 Hi Martin, It looks good to me - please push before release. Thanks Paul On Mon, 12 Apr 2021 at 16:59, Martin Li=C5=A1ka wrote: > A column with empty values seems suspicious. > > Ready to be installed? > Thanks, > Martin > > gcc/fortran/ChangeLog: > > * intrinsic.texi: The table has first column empty and it makes > trouble when processing makeinfo --xml output. > --- > 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 blank= s. > > @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}: > -- > 2.31.1 > > --=20 "If you can't explain it simply, you don't understand it well enough" - Albert Einstein