]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
re PR fortran/36096 (F2008 Bessel: Documentation/diagnostic errors)
authorFrancois-Xavier Coudert <fxcoudert@gcc.gnu.org>
Mon, 9 Jun 2014 09:49:01 +0000 (09:49 +0000)
committerFrançois-Xavier Coudert <fxcoudert@gcc.gnu.org>
Mon, 9 Jun 2014 09:49:01 +0000 (09:49 +0000)
PR fortran/36096
* intrinsic.texi: Fix documentation of BESSEL_J0, BESSEL_J1,
BESSEL_Y0, and BESSEL_Y1.

From-SVN: r211368

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

index d7d5e2423a33744c22db9dd3239d8f023412b141..f84cd8e2f8a8d67dd0141f8b300db5c04597227c 100644 (file)
@@ -1,3 +1,9 @@
+2014-06-09  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
+
+       PR fortran/36096
+       * intrinsic.texi: Fix documentation of BESSEL_J0, BESSEL_J1,
+       BESSEL_Y0, and BESSEL_Y1.
+
 2014-06-09  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
 
        PR fortran/45187
index 8402a1fc0bf7adb48d809145dee75b2acded200b..5c66aab4b8a972066e38d1ab04aba3972c337bb8 100644 (file)
@@ -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