re PR libfortran/47872 (Alternative syntax for intrinsics should be documented on...
authorTobias Burnus <burnus@net-b.de>
Thu, 24 Feb 2011 21:58:47 +0000 (22:58 +0100)
committerTobias Burnus <burnus@gcc.gnu.org>
Thu, 24 Feb 2011 21:58:47 +0000 (22:58 +0100)
2011-02-24  Tobias Burnus  <burnus@net-b.de>

        PR fortran/47872
        * intrinsic.texi (ALLOCATED, ATAN, BESSEL_JN, BESSEL_YN): Add
        multitable for linebreak between different syntax variants.

From-SVN: r170480

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

index 7bef41bd659d91bdd6bb8455f5cf33cea60c4d4d..8e006bc1ccf3f314ebb595daf95069442b2d87b9 100644 (file)
@@ -1,3 +1,9 @@
+2011-02-24  Tobias Burnus  <burnus@net-b.de>
+
+       PR fortran/47872
+       * intrinsic.texi (ALLOCATED, ATAN, BESSEL_JN, BESSEL_YN): Add
+       multitable for linebreak between different syntax variants.
+
 2011-02-24  Richard Guenther  <rguenther@suse.de>
 
        PR fortran/47839
index d91ecfdbb1ece25b874b06780b49d0ed9d72d2f1..312956aeea9e45202e9501ee316ac963b5d83d54 100644 (file)
@@ -992,7 +992,10 @@ scalar entities are available in Fortran 2003 and later.
 Inquiry function
 
 @item @emph{Syntax}:
-@code{RESULT = ALLOCATED(ARRAY)} or @code{RESULT = ALLOCATED(SCALAR)} 
+@multitable @columnfractions .80
+@item @code{RESULT = ALLOCATED(ARRAY)}
+@item @code{RESULT = ALLOCATED(SCALAR)} 
+@end multitable
 
 @item @emph{Arguments}:
 @multitable @columnfractions .15 .70
@@ -1395,8 +1398,10 @@ Fortran 2008 or later
 Elemental function
 
 @item @emph{Syntax}:
-@code{RESULT = ATAN(X)}
-@code{RESULT = ATAN(Y, X)}
+@multitable @columnfractions .80
+@item @code{RESULT = ATAN(X)}
+@item @code{RESULT = ATAN(Y, X)}
+@end multitable
 
 @item @emph{Arguments}:
 @multitable @columnfractions .15 .70
@@ -1666,8 +1671,10 @@ Elemental function, except for the transformational function
 @code{BESSEL_JN(N1, N2, X)}
 
 @item @emph{Syntax}:
-@code{RESULT = BESSEL_JN(N, X)}
-@code{RESULT = BESSEL_JN(N1, N2, X)}
+@multitable @columnfractions .80
+@item @code{RESULT = BESSEL_JN(N, X)}
+@item @code{RESULT = BESSEL_JN(N1, N2, X)}
+@end multitable
 
 @item @emph{Arguments}:
 @multitable @columnfractions .15 .70
@@ -1826,8 +1833,10 @@ Elemental function, except for the transformational function
 @code{BESSEL_YN(N1, N2, X)}
 
 @item @emph{Syntax}:
-@code{RESULT = BESSEL_YN(N, X)}
-@code{RESULT = BESSEL_YN(N1, N2, X)}
+@multitable @columnfractions .80
+@item @code{RESULT = BESSEL_YN(N, X)}
+@item @code{RESULT = BESSEL_YN(N1, N2, X)}
+@end multitable
 
 @item @emph{Arguments}:
 @multitable @columnfractions .15 .70