From 48c4dee585f822de320ed6c36ba22c6193cab5ec Mon Sep 17 00:00:00 2001 From: brooks Date: Fri, 19 Jan 2007 23:35:03 +0000 Subject: [PATCH] * intrinsic.texi (MATMUL): Corrected a typo. (MAX): Separated @var arguments. (MIN): Separated @var arguments. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@120982 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/fortran/ChangeLog | 6 ++++++ gcc/fortran/intrinsic.texi | 6 +++--- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/gcc/fortran/ChangeLog b/gcc/fortran/ChangeLog index af49d0c..6aca651 100644 --- a/gcc/fortran/ChangeLog +++ b/gcc/fortran/ChangeLog @@ -1,5 +1,11 @@ 2007-01-19 Brooks Moses + * intrinsic.texi (MATMUL): Corrected a typo. + (MAX): Separated @var arguments. + (MIN): Separated @var arguments. + +2007-01-19 Brooks Moses + * intrinsic.texi: general whitespace cleanup. (menu): Added TIME8, removed UNMASK. (AINT): Clarified argument requirement. diff --git a/gcc/fortran/intrinsic.texi b/gcc/fortran/intrinsic.texi index 93e5112..b78de53 100644 --- a/gcc/fortran/intrinsic.texi +++ b/gcc/fortran/intrinsic.texi @@ -6111,7 +6111,7 @@ Transformational function @var{MATRIX_A} is of a numeric type; otherwise, an array of @code{LOGICAL(*)} type. The rank shall be one or two, and the - first (or only) dimension of @var{MATRIX(B)} + first (or only) dimension of @var{MATRIX_B} shall be equal to the last (or only) dimension of @var{MATRIX_A}. @end multitable @@ -6147,7 +6147,7 @@ Elemental function @multitable @columnfractions .15 .80 @item @var{A1} @tab The type shall be @code{INTEGER(*)} or @code{REAL(*)}. -@item @var{A2, A3, ...} @tab An expression of the same type and kind +@item @var{A2}, @var{A3}, ... @tab An expression of the same type and kind as @var{A1}. (As a GNU extension, arguments of different kinds are permitted.) @@ -6384,7 +6384,7 @@ Elemental function @multitable @columnfractions .15 .80 @item @var{A1} @tab The type shall be @code{INTEGER(*)} or @code{REAL(*)}. -@item @var{A2, A3, ...} @tab An expression of the same type and kind +@item @var{A2}, @var{A3}, ... @tab An expression of the same type and kind as @var{A1}. (As a GNU extension, arguments of different kinds are permitted.) -- 2.7.4