From: Francois-Xavier Coudert Date: Mon, 9 Jun 2014 09:49:01 +0000 (+0000) Subject: re PR fortran/36096 (F2008 Bessel: Documentation/diagnostic errors) X-Git-Tag: releases/gcc-5.1.0~7009 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8f44990250f458c849ba2cffefc86505c3491f84;p=thirdparty%2Fgcc.git re PR fortran/36096 (F2008 Bessel: Documentation/diagnostic errors) PR fortran/36096 * intrinsic.texi: Fix documentation of BESSEL_J0, BESSEL_J1, BESSEL_Y0, and BESSEL_Y1. From-SVN: r211368 --- diff --git a/gcc/fortran/ChangeLog b/gcc/fortran/ChangeLog index d7d5e2423a33..f84cd8e2f8a8 100644 --- a/gcc/fortran/ChangeLog +++ b/gcc/fortran/ChangeLog @@ -1,3 +1,9 @@ +2014-06-09 Francois-Xavier Coudert + + PR fortran/36096 + * intrinsic.texi: Fix documentation of BESSEL_J0, BESSEL_J1, + BESSEL_Y0, and BESSEL_Y1. + 2014-06-09 Francois-Xavier Coudert PR fortran/45187 diff --git a/gcc/fortran/intrinsic.texi b/gcc/fortran/intrinsic.texi index 8402a1fc0bf7..5c66aab4b8a9 100644 --- a/gcc/fortran/intrinsic.texi +++ b/gcc/fortran/intrinsic.texi @@ -1701,7 +1701,7 @@ Elemental function @item @emph{Arguments}: @multitable @columnfractions .15 .70 -@item @var{X} @tab The type shall be @code{REAL}, and it shall be scalar. +@item @var{X} @tab The type shall be @code{REAL}. @end multitable @item @emph{Return value}: @@ -1750,11 +1750,11 @@ Elemental function @item @emph{Arguments}: @multitable @columnfractions .15 .70 -@item @var{X} @tab The type shall be @code{REAL}, and it shall be scalar. +@item @var{X} @tab The type shall be @code{REAL}. @end multitable @item @emph{Return value}: -The return value is of type @code{REAL} and it lies in the +The return value is of type @code{REAL} and lies in the range @math{ - 0.5818... \leq Bessel (0,x) \leq 0.5818 }. It has the same kind as @var{X}. @@ -1865,12 +1865,11 @@ Elemental function @item @emph{Arguments}: @multitable @columnfractions .15 .70 -@item @var{X} @tab The type shall be @code{REAL}, and it shall be scalar. +@item @var{X} @tab The type shall be @code{REAL}. @end multitable @item @emph{Return value}: -The return value is a scalar of type @code{REAL}. It has the same -kind as @var{X}. +The return value is of type @code{REAL}. It has the same kind as @var{X}. @item @emph{Example}: @smallexample @@ -1913,12 +1912,11 @@ Elemental function @item @emph{Arguments}: @multitable @columnfractions .15 .70 -@item @var{X} @tab The type shall be @code{REAL}, and it shall be scalar. +@item @var{X} @tab The type shall be @code{REAL}. @end multitable @item @emph{Return value}: -The return value is a scalar of type @code{REAL}. It has the same -kind as @var{X}. +The return value is of type @code{REAL}. It has the same kind as @var{X}. @item @emph{Example}: @smallexample