From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 108282 invoked by alias); 9 Jun 2019 17:24:41 -0000 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Received: (qmail 108255 invoked by uid 89); 9 Jun 2019 17:24:35 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-17.0 required=5.0 tests=AWL,BAYES_00,GIT_PATCH_0,GIT_PATCH_1,GIT_PATCH_2,GIT_PATCH_3,RCVD_IN_DNSWL_NONE,UNSUBSCRIBE_BODY autolearn=ham version=3.3.1 spammy=H*r:8.14.5, instruct, @samp, samp X-HELO: mx.sdf.org Received: from ol.sdf.org (HELO mx.sdf.org) (205.166.94.20) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Sun, 09 Jun 2019 17:24:33 +0000 Received: from sdf.org (IDENT:coypu@sdf.lonestar.org [205.166.94.16]) by mx.sdf.org (8.15.2/8.14.5) with ESMTPS id x59HONEJ016927 (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256 bits) verified NO) for ; Sun, 9 Jun 2019 17:24:23 GMT Received: (from coypu@localhost) by sdf.org (8.15.2/8.12.8/Submit) id x59HOMSZ028454 for gcc-patches@gcc.gnu.org; Sun, 9 Jun 2019 17:24:22 GMT Date: Sun, 09 Jun 2019 17:24:00 -0000 From: Maya Rashish To: gcc-patches@gcc.gnu.org Subject: [PATCH, doc] Update fortran file locations Message-ID: <20190609172422.GA3396@SDF.ORG> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.9.1 (2017-09-22) X-SW-Source: 2019-06/txt/msg00509.txt.bz2 doc/invoke.texi: Update fortran file locations. --- gcc/doc/invoke.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi index 5e3e8873d35..f1d22e87cbc 100644 --- a/gcc/doc/invoke.texi +++ b/gcc/doc/invoke.texi @@ -29242,7 +29242,7 @@ Like @samp{%g}, except if @option{-pipe} is in effect. In that case all. These are the two most common ways to instruct a program that it should read from standard input or write to standard output. If you need something more elaborate you can use an @samp{%@{pipe:@code{X}@}} -construct: see for example @file{f/lang-specs.h}. +construct: see for example @file{gcc/fortran/lang-specs.h}. @item %.@var{SUFFIX} Substitutes @var{.SUFFIX} for the suffixes of a matched switch's args -- 2.21.0