Am 29.10.18 um 12:31 schrieb Bernhard Reutner-Fischer: > Hi! > > On Sun, 28 Oct 2018 15:13:49 +0100 > Thomas König wrote: > > One question and some nits below. > >> =================================================================== >> --- intrinsic.texi (Revision 265569) >> +++ intrinsic.texi (Arbeitskopie) > >> @@ -6021,8 +6022,68 @@ END PROGRAM >> @ref{FGET}, @ref{FPUT}, @ref{FPUTC} >> @end table >> >> +@node FINDLOC >> +@section @code{FINDLOC} --- Search an array for a value > > I think one should not put spaces around triple-dashes. We have it everywhere else. Should we change this in general? If so, that would probably make sense as a followup patch. DIM} direction. If @var{MASK} is present, > > dot-space-space at end of sentence: direction. If Done. >> +only the elements for which @var{MASK} is @code{.TRUE.} are >> +considered. If more than one element in the array has the value >> +@var{VALUE}, the location returned is that of the first such element >> +in array element order if the @var{BACK} is not present, or if it > > missing "is": ...not present or if it is @code{.FALSE.}. > >> +false; otherwise, the location returned is that of the first such >> +element. If the array has zero size, or all of the elements of > > I think this should mention BACK=.TRUE. for clarity; and it should > refer to the _last_ such element, not the first, doesn't it? Reordered, to make it more sensible. >> Excess spaces between @var{DIM} and @tab? Removed. > Excess third space at the start of the sentence: dot-space-space Removed. Unless there are other comments, I'll commit in a couple of days. Regards Thomas