From patchwork Thu Jan 13 22:03:01 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Tobias Burnus X-Patchwork-Id: 78817 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from sourceware.org (server1.sourceware.org [209.132.180.131]) by ozlabs.org (Postfix) with SMTP id DE1D6B7088 for ; Fri, 14 Jan 2011 09:03:12 +1100 (EST) Received: (qmail 21613 invoked by alias); 13 Jan 2011 22:03:11 -0000 Received: (qmail 21598 invoked by uid 22791); 13 Jan 2011 22:03:10 -0000 X-SWARE-Spam-Status: No, hits=-1.8 required=5.0 tests=AWL, BAYES_00, RCVD_IN_DNSWL_NONE X-Spam-Check-By: sourceware.org Received: from mx01.qsc.de (HELO mx01.qsc.de) (213.148.129.14) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 13 Jan 2011 22:03:04 +0000 Received: from [192.168.178.22] (port-92-204-33-159.dynamic.qsc.de [92.204.33.159]) by mx01.qsc.de (Postfix) with ESMTP id D9A853DC26; Thu, 13 Jan 2011 23:03:01 +0100 (CET) Message-ID: <4D2F7695.1030601@net-b.de> Date: Thu, 13 Jan 2011 23:03:01 +0100 From: Tobias Burnus User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; de; rv:1.9.2.13) Gecko/20101206 SUSE/3.1.7 Thunderbird/3.1.7 MIME-Version: 1.0 To: gcc patches , gfortran Subject: [Patch, Fortran, committed] PR 47268: Small fix for invoke.texi 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 Committed as obvious as Rev. 168766. Tobias Index: ChangeLog =================================================================== --- ChangeLog (Revision 168765) +++ ChangeLog (Arbeitskopie) @@ -1,3 +1,9 @@ +2011-01-13 Tobias Burnus + + PR fortran/47268 + * intrinsic.texi (get_command_argument, get_environment_variable): + Mark arguments as optional in the Arguments section. + 2011-01-13 Kai Tietz Tobias Burnus Index: intrinsic.texi =================================================================== --- intrinsic.texi (Revision 168765) +++ intrinsic.texi (Arbeitskopie) @@ -5354,11 +5354,11 @@ @multitable @columnfractions .15 .70 @item @var{NUMBER} @tab Shall be a scalar of type @code{INTEGER} and of default kind, @math{@var{NUMBER} \geq 0} -@item @var{VALUE} @tab Shall be a scalar of type @code{CHARACTER} +@item @var{VALUE} @tab (Optional) Shall be a scalar of type @code{CHARACTER} and of default kind. -@item @var{LENGTH} @tab (Option) Shall be a scalar of type @code{INTEGER} +@item @var{LENGTH} @tab (Optional) Shall be a scalar of type @code{INTEGER} and of default kind. -@item @var{STATUS} @tab (Option) Shall be a scalar of type @code{INTEGER} +@item @var{STATUS} @tab (Optional) Shall be a scalar of type @code{INTEGER} and of default kind. @end multitable @@ -5514,13 +5514,13 @@ @multitable @columnfractions .15 .70 @item @var{NAME} @tab Shall be a scalar of type @code{CHARACTER} and of default kind. -@item @var{VALUE} @tab Shall be a scalar of type @code{CHARACTER} +@item @var{VALUE} @tab (Optional) Shall be a scalar of type @code{CHARACTER} and of default kind. -@item @var{LENGTH} @tab Shall be a scalar of type @code{INTEGER} +@item @var{LENGTH} @tab (Optional) Shall be a scalar of type @code{INTEGER} and of default kind. -@item @var{STATUS} @tab Shall be a scalar of type @code{INTEGER} +@item @var{STATUS} @tab (Optional) Shall be a scalar of type @code{INTEGER} and of default kind. -@item @var{TRIM_NAME} @tab Shall be a scalar of type @code{LOGICAL} +@item @var{TRIM_NAME} @tab (Optional) Shall be a scalar of type @code{LOGICAL} and of default kind. @end multitable