Commit d6e25700 by Brooks Moses Committed by Brooks Moses

intrinsic.texi (MATMUL): Corrected a typo.

* intrinsic.texi (MATMUL): Corrected a typo.
	(MAX): Separated @var arguments.
	(MIN): Separated @var arguments.

From-SVN: r120982
parent d3dfa1fe
2007-01-19 Brooks Moses <brooks.moses@codesourcery.com> 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. * intrinsic.texi: general whitespace cleanup.
(menu): Added TIME8, removed UNMASK. (menu): Added TIME8, removed UNMASK.
(AINT): Clarified argument requirement. (AINT): Clarified argument requirement.
......
...@@ -6111,7 +6111,7 @@ Transformational function ...@@ -6111,7 +6111,7 @@ Transformational function
@var{MATRIX_A} is of a numeric type; @var{MATRIX_A} is of a numeric type;
otherwise, an array of @code{LOGICAL(*)} otherwise, an array of @code{LOGICAL(*)}
type. The rank shall be one or two, and the 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) shall be equal to the last (or only)
dimension of @var{MATRIX_A}. dimension of @var{MATRIX_A}.
@end multitable @end multitable
...@@ -6147,7 +6147,7 @@ Elemental function ...@@ -6147,7 +6147,7 @@ Elemental function
@multitable @columnfractions .15 .80 @multitable @columnfractions .15 .80
@item @var{A1} @tab The type shall be @code{INTEGER(*)} or @item @var{A1} @tab The type shall be @code{INTEGER(*)} or
@code{REAL(*)}. @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, as @var{A1}. (As a GNU extension,
arguments of different kinds are arguments of different kinds are
permitted.) permitted.)
...@@ -6384,7 +6384,7 @@ Elemental function ...@@ -6384,7 +6384,7 @@ Elemental function
@multitable @columnfractions .15 .80 @multitable @columnfractions .15 .80
@item @var{A1} @tab The type shall be @code{INTEGER(*)} or @item @var{A1} @tab The type shall be @code{INTEGER(*)} or
@code{REAL(*)}. @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, as @var{A1}. (As a GNU extension,
arguments of different kinds are arguments of different kinds are
permitted.) permitted.)
......
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