re PR fortran/56994 (Incorrect documentation for Fortran NEAREST intrinsic function)
authorTobias Burnus <burnus@net-b.de>
Thu, 18 Apr 2013 07:47:37 +0000 (09:47 +0200)
committerTobias Burnus <burnus@gcc.gnu.org>
Thu, 18 Apr 2013 07:47:37 +0000 (09:47 +0200)
2013-04-18  Tobias Burnus  <burnus@net-b.de>

        PR fortran/56994
        * invoke.texi (NEAREST): S argument is not optional.

From-SVN: r198048

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

index 7e0e7b4cea3cf0b7eb80d915d94a20162c2bde12..0421d18d314681f837cf5bf5f861aec08e8c1b36 100644 (file)
@@ -1,3 +1,8 @@
+2013-04-18  Tobias Burnus  <burnus@net-b.de>
+
+       PR fortran/56994
+       * invoke.texi (NEAREST): S argument is not optional.
+
 2013-04-17  Janus Weil  <janus@gcc.gnu.org>
 
        PR fortran/56814
index 37a33a9c55292c40a67be85b0f04cdca670205b4..ed464a6ee720495945b9f93cd4aa7b0592601014 100644 (file)
@@ -9248,7 +9248,7 @@ Elemental function
 @item @emph{Arguments}:
 @multitable @columnfractions .15 .70
 @item @var{X} @tab Shall be of type @code{REAL}.
-@item @var{S} @tab (Optional) shall be of type @code{REAL} and
+@item @var{S} @tab Shall be of type @code{REAL} and
 not equal to zero.
 @end multitable