diff mbox

[committed] Documentation fixes in libgomp and fortran/intrinsic.texi (PR 47872)

Message ID 4D66D4A2.4030303@net-b.de
State New
Headers show

Commit Message

Tobias Burnus Feb. 24, 2011, 9:58 p.m. UTC
Committed as obvious as Rev. 170479 and Rev. 170480.

libgomp: Referring from GOMP_STACKSIZE to OMP_STACKSIZE instead of to 
itself.

fortran/intrinsic.texi: If multiple variants are possible in the syntax, 
use a multitable.

Tobias
diff mbox

Patch

Index: libgomp/ChangeLog
===================================================================
--- libgomp/ChangeLog	(Revision 170477)
+++ libgomp/ChangeLog	(Arbeitskopie)
@@ -1,3 +1,7 @@ 
+2011-02-24  Tobias Burnus  <burnus@net-b.de>
+
+	* libgomp.texi (GOMP_STACKSIZE): Fix @ref to OMP_STACKSIZE.
+
 2011-02-23  Jakub Jelinek  <jakub@redhat.com>
 
 	PR libgomp/47854
Index: libgomp/libgomp.texi
===================================================================
--- libgomp/libgomp.texi	(Revision 170477)
+++ libgomp/libgomp.texi	(Arbeitskopie)
@@ -1275,7 +1275,7 @@  error is reported and the initial stacksize is lef
 the stack size is system dependent.
 
 @item @emph{See also}:
-@ref{GOMP_STACKSIZE}
+@ref{OMP_STACKSIZE}
 
 @item @emph{Reference}: 
 @uref{http://gcc.gnu.org/ml/gcc-patches/2006-06/msg00493.html, 
Index: gcc/fortran/ChangeLog
===================================================================
--- gcc/fortran/ChangeLog	(Revision 170477)
+++ gcc/fortran/ChangeLog	(Arbeitskopie)
@@ -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: gcc/fortran/intrinsic.texi
===================================================================
--- gcc/fortran/intrinsic.texi	(Revision 170477)
+++ gcc/fortran/intrinsic.texi	(Arbeitskopie)
@@ -992,7 +992,10 @@  scalar entities are available in Fortran 2003 and
 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 transformationa
 @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 transformationa
 @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