Commit 4975dfd9 by Tobias Burnus Committed by Tobias Burnus

re PR libfortran/47268 (Documentation: missing (Optional) keyword for parameters…

re PR libfortran/47268 (Documentation: missing (Optional) keyword for parameters of get_command_argument() and get_environment_variable())

2011-01-13  Tobias Burnus  <burnus@net-b.de>

        PR fortran/47268
        * intrinsic.texi (get_command_argument,
        * get_environment_variable):
        Mark arguments as optional in the Arguments section.

From-SVN: r168766
parent dde8a3a4
2011-01-13 Tobias Burnus <burnus@net-b.de>
PR fortran/47268
* intrinsic.texi (get_command_argument, get_environment_variable):
Mark arguments as optional in the Arguments section.
2011-01-13 Kai Tietz <kai.tietz@onevision.com> 2011-01-13 Kai Tietz <kai.tietz@onevision.com>
Tobias Burnus <burnus@net-b.de> Tobias Burnus <burnus@net-b.de>
......
...@@ -5354,11 +5354,11 @@ Subroutine ...@@ -5354,11 +5354,11 @@ Subroutine
@multitable @columnfractions .15 .70 @multitable @columnfractions .15 .70
@item @var{NUMBER} @tab Shall be a scalar of type @code{INTEGER} and of @item @var{NUMBER} @tab Shall be a scalar of type @code{INTEGER} and of
default kind, @math{@var{NUMBER} \geq 0} 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. 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. 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. and of default kind.
@end multitable @end multitable
...@@ -5514,13 +5514,13 @@ Subroutine ...@@ -5514,13 +5514,13 @@ Subroutine
@multitable @columnfractions .15 .70 @multitable @columnfractions .15 .70
@item @var{NAME} @tab Shall be a scalar of type @code{CHARACTER} @item @var{NAME} @tab Shall be a scalar of type @code{CHARACTER}
and of default kind. 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. 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. 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. 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. and of default kind.
@end multitable @end multitable
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment