diff options
author | Brooks Moses <brooks.moses@codesourcery.com> | 2007-01-19 23:35:03 +0000 |
---|---|---|
committer | Brooks Moses <brooks@gcc.gnu.org> | 2007-01-19 15:35:03 -0800 |
commit | d6e2570089844c9f7e48e7878f24d7183a65123d (patch) | |
tree | 827bad18b6fe64b03495e964b60a9d21358d51ad /gcc | |
parent | d3dfa1fe697434f74f8d6a4a2220c3870e504b46 (diff) | |
download | gcc-d6e2570089844c9f7e48e7878f24d7183a65123d.tar.gz |
intrinsic.texi (MATMUL): Corrected a typo.
* intrinsic.texi (MATMUL): Corrected a typo.
(MAX): Separated @var arguments.
(MIN): Separated @var arguments.
From-SVN: r120982
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/fortran/ChangeLog | 6 | ||||
-rw-r--r-- | gcc/fortran/intrinsic.texi | 6 |
2 files changed, 9 insertions, 3 deletions
diff --git a/gcc/fortran/ChangeLog b/gcc/fortran/ChangeLog index af49d0ce776..6aca6519356 100644 --- a/gcc/fortran/ChangeLog +++ b/gcc/fortran/ChangeLog @@ -1,5 +1,11 @@ 2007-01-19 Brooks Moses <brooks.moses@codesourcery.com> + * intrinsic.texi (MATMUL): Corrected a typo. + (MAX): Separated @var arguments. + (MIN): Separated @var arguments. + +2007-01-19 Brooks Moses <brooks.moses@codesourcery.com> + * 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 93e5112e4c0..b78de535357 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.) |