diff options
author | Craig Burley <burley@gcc.gnu.org> | 1999-02-19 04:16:31 -0500 |
---|---|---|
committer | Craig Burley <burley@gcc.gnu.org> | 1999-02-19 04:16:31 -0500 |
commit | 5ecccf3b2658c4aa60f578a37c262519b729b720 (patch) | |
tree | 1fb1515e7db9513acaf6a67d5acdf5d536379411 | |
parent | a27e2d395503ee9450598898cdea750808056037 (diff) | |
download | gcc-5ecccf3b2658c4aa60f578a37c262519b729b720.zip gcc-5ecccf3b2658c4aa60f578a37c262519b729b720.tar.gz gcc-5ecccf3b2658c4aa60f578a37c262519b729b720.tar.bz2 |
update intdoc.texi
From-SVN: r25305
-rw-r--r-- | gcc/f/intdoc.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/f/intdoc.texi b/gcc/f/intdoc.texi index ad3ac77..22ea23f 100644 --- a/gcc/f/intdoc.texi +++ b/gcc/f/intdoc.texi @@ -7615,7 +7615,7 @@ Intrinsic groups: (standard FORTRAN 77). Description: Returns the common logarithm (base 10) of @var{X}, which must -be greater than zero or. +be greater than zero. The inverse of this function is @samp{10. ** LOG10(@var{X})}. |