From patchwork Fri Jan 17 21:31:20 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gerald Pfeifer X-Patchwork-Id: 1224991 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-517624-incoming=patchwork.ozlabs.org@gcc.gnu.org; receiver=) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=pfeifer.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=ukOC81t0; 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 47zvQW1l3kz9sR4 for ; Sat, 18 Jan 2020 08:31:47 +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:date :from:to:subject:mime-version:content-type:message-id; q=dns; s= default; b=mfjWnJxu1fVcjGEnY6absQdR5PqUS9I8ymiOfYS5nn8BA5gf0zm96 8RGi6QBRBjy7fDTqzcM5s2uZZDUFXbH0GdTfQr5zCA2dUL56ICSQ1ihVDthbeBtx yAJcZ2N3kqSIuaEOsUeqbqse++96HTSKU0giTRz5UcrdeMqPqwE/8Y= 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:date :from:to:subject:mime-version:content-type:message-id; s= default; bh=ad/C3UhcWBti6W6h7hwPMWTShLM=; b=ukOC81t0rTZscJqED1VR aoY6tvsiTgLycVaDfN+lfYB6jFQsEhoDQzBLRlvXGaQBJiBWL0zQnjBZaCZBJ0Wf dAXWVax40kqHB5+8UCh0Wog6Hn+zC8/pawjcaIFbFkWAmodxMEzwideq4aan8Ti8 08VSN87bTN0pMcqaP3+r6H4= Received: (qmail 69102 invoked by alias); 17 Jan 2020 21:31:36 -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 69086 invoked by uid 89); 17 Jan 2020 21:31:36 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-15.6 required=5.0 tests=AWL, BAYES_00, GIT_PATCH_0, GIT_PATCH_1, GIT_PATCH_2, GIT_PATCH_3, SPAM_BODY1, SPF_PASS autolearn=ham version=3.3.1 spammy=HX-Languages-Length:835, our X-HELO: hamza.pair.com Received: from hamza.pair.com (HELO hamza.pair.com) (209.68.5.143) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Fri, 17 Jan 2020 21:31:26 +0000 Received: from hamza.pair.com (localhost [127.0.0.1]) by hamza.pair.com (Postfix) with ESMTP id E3E5933E13; Fri, 17 Jan 2020 16:31:23 -0500 (EST) Received: from anthias (simmu1-65-185.utaonline.at [62.218.65.185]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by hamza.pair.com (Postfix) with ESMTPSA id 49D1833E12; Fri, 17 Jan 2020 16:31:23 -0500 (EST) Date: Fri, 17 Jan 2020 22:31:20 +0100 (CET) From: Gerald Pfeifer To: gcc-patches@gcc.gnu.org, fortran@gcc.gnu.org Subject: [wwwdocs] Fix up formatting of one sentence in the main Fortran page. MIME-Version: 1.0 Message-Id: <20200117213123.E3E5933E13@hamza.pair.com> X-IsSubscribed: yes Pushed. Gerald --- htdocs/fortran/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/fortran/index.html b/htdocs/fortran/index.html index 42012ddc..7b6aa805 100644 --- a/htdocs/fortran/index.html +++ b/htdocs/fortran/index.html @@ -30,7 +30,7 @@ this to attract a diverse team of developers and to ensure that GFortran works on multiple architectures and diverse environments. We always need more help. If you are interested in participating, please contact us at fortran@gcc.gnu.org. -(Also check out our mailing lists page)

+(Also check out our mailing lists page.)

The Wiki and Getting the Compiler