From 8f44990250f458c849ba2cffefc86505c3491f84 Mon Sep 17 00:00:00 2001 From: Francois-Xavier Coudert Date: Mon, 9 Jun 2014 09:49:01 +0000 Subject: [PATCH] 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 --- gcc/fortran/ChangeLog | 6 ++++++ gcc/fortran/intrinsic.texi | 16 +++++++--------- 2 files changed, 13 insertions(+), 9 deletions(-) diff --git a/gcc/fortran/ChangeLog b/gcc/fortran/ChangeLog index d7d5e2423a3..f84cd8e2f8a 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 8402a1fc0bf..5c66aab4b8a 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