]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
intrinsic.texi (MATMUL): Corrected a typo.
authorBrooks Moses <brooks.moses@codesourcery.com>
Fri, 19 Jan 2007 23:35:03 +0000 (23:35 +0000)
committerBrooks Moses <brooks@gcc.gnu.org>
Fri, 19 Jan 2007 23:35:03 +0000 (15:35 -0800)
* intrinsic.texi (MATMUL): Corrected a typo.
(MAX): Separated @var arguments.
(MIN): Separated @var arguments.

From-SVN: r120982

gcc/fortran/ChangeLog
gcc/fortran/intrinsic.texi

index af49d0ce776777340d54c113cd724e92b8693858..6aca6519356806ba43a8d2b2a42b955f2b55bc6e 100644 (file)
@@ -1,3 +1,9 @@
+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.
index 93e5112e4c0740a905179916f04401ff516470a3..b78de535357675c711b47f0a8e6baf9352d0e820 100644 (file)
@@ -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.)