Fix description of FINDLOC result.
authorThomas Koenig <tkoenig@gcc.gnu.org>
Tue, 8 Sep 2020 06:13:29 +0000 (08:13 +0200)
committerThomas Koenig <tkoenig@gcc.gnu.org>
Tue, 8 Sep 2020 06:13:29 +0000 (08:13 +0200)
gcc/fortran/ChangeLog:

* intrinsic.texi: Fix description of FINDLOC result.

gcc/fortran/intrinsic.texi

index 13325ede3e366ceee7251df84cfbf1ea943ed72d..eda87ea6a2c7f06180cf1d28ffb610c66f32674d 100644 (file)
@@ -6154,7 +6154,8 @@ END PROGRAM
 @item @emph{Description}:
 Determines the location of the element in the array with the value
 given in the @var{VALUE} argument, or, if the @var{DIM} argument is
-supplied, determines the locations of the maximum element along each
+supplied, determines the locations of the elements equal to the
+@var{VALUE} argument element along each
 row of the array in the @var{DIM} direction.  If @var{MASK} is
 present, only the elements for which @var{MASK} is @code{.TRUE.} are
 considered.  If more than one element in the array has the value