From patchwork Tue Jan 28 10:01:34 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Tobias Burnus X-Patchwork-Id: 1230252 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=gcc.gnu.org (client-ip=209.132.180.131; helo=sourceware.org; envelope-from=gcc-patches-return-518380-incoming=patchwork.ozlabs.org@gcc.gnu.org; receiver=) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=codesourcery.com Authentication-Results: ozlabs.org; dkim=pass (1024-bit key; unprotected) header.d=gcc.gnu.org header.i=@gcc.gnu.org header.a=rsa-sha1 header.s=default header.b=lFVHOOQT; dkim-atps=neutral Received: from sourceware.org (server1.sourceware.org [209.132.180.131]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 486MbX4dgpz9s29 for ; Tue, 28 Jan 2020 21:01:58 +1100 (AEDT) DomainKey-Signature: a=rsa-sha1; c=nofws; d=gcc.gnu.org; h=list-id :list-unsubscribe:list-archive:list-post:list-help:sender:to :from:subject:message-id:date:mime-version:content-type; q=dns; s=default; b=TcP29IRaNLmoT0oTPcX8Tt4xWon5E3HdHMw5KzKpTZyGrEcPmf Pt4unCGKjUkUJbYGKSpb1vAAMysUo2PBzMOpzjBThcWu0YozVCht4AcifYPIQsS2 lMhXtnGXnhsp7SUlsXjqSuY6rjxDpkgvkTQLb2bdqQdr2pKnSiThvaHT8= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=gcc.gnu.org; h=list-id :list-unsubscribe:list-archive:list-post:list-help:sender:to :from:subject:message-id:date:mime-version:content-type; s= default; bh=UD3MXMrUZ08WN3FtabNv9m2HL/8=; b=lFVHOOQTF1PL3cG0EIcs 54d9Mmt8chFVHIEgpjXo5SmHUbBQbjDsuaOehroqg7T1javIv/uCkYnpfO62Aaww JweYDeHxLwmIz2yuZ4p4mHmPFA0ZDtbOmxaE+/5U4LhRoSnrXDbyvpUVBlFoYbXn AvVfq7CfjOUYCRPNBLOphx4= Received: (qmail 83184 invoked by alias); 28 Jan 2020 10:01:46 -0000 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Delivered-To: mailing list gcc-patches@gcc.gnu.org Received: (qmail 83134 invoked by uid 89); 28 Jan 2020 10:01:42 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-19.7 required=5.0 tests=AWL, BAYES_00, GIT_PATCH_0, GIT_PATCH_1, GIT_PATCH_2, GIT_PATCH_3, SPF_PASS autolearn=ham version=3.3.1 spammy=85781 X-HELO: esa1.mentor.iphmx.com Received: from esa1.mentor.iphmx.com (HELO esa1.mentor.iphmx.com) (68.232.129.153) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Tue, 28 Jan 2020 10:01:41 +0000 IronPort-SDR: CR0O6ezpRtHqLnSKNUdQAl4ciEKaEwalT9V4A5NdQkupPqV4FwMB79BcwWl4LO+d1kL3FuPOOA FiMmggTgILXGYkUvCcucVuVDxZTt2W6E4q1jwkRCyODJRV7U9skpOXsQOA/TQUXnDuPkhHTMJi 0ym7rLINQu7mqE8L+lH5JKCkgEioqhp45tXhqbbFKkXxkDhrn+WjLuD9Ufo8QcQJObxaeynKXy uUwQttIOQlbSUlxx/0FVRjWGBbvuXDVWlPIURWc5/Hxgp5h3BG/OHqGCOnpaPT3ad9liHgXmnp /08= Received: from orw-gwy-02-in.mentorg.com ([192.94.38.167]) by esa1.mentor.iphmx.com with ESMTP; 28 Jan 2020 02:01:39 -0800 IronPort-SDR: Z7ZpPekN5Mzt1T4S7wV3o4EqvQ6NKzM22R+rdy45VROQC1FH+clgB3f1VB16aTh2ChrMmFD0YR DM6qZsRZyH6A== To: gcc-patches , fortran From: Tobias Burnus Subject: [Patch][Fortran] gfortran.texi - minor style cleanup Message-ID: <7f9cfc94-f456-43ef-765c-c4c503b641ca@codesourcery.com> Date: Tue, 28 Jan 2020 11:01:34 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.4.1 MIME-Version: 1.0 X-IsSubscribed: yes 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 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 + + * gfortran.texi (Runtime): Remove tailing '.' in @menu. + 2020-01-27 Tobias Burnus 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