aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorCraig Burley <craig@jcb-sc.com>1999-02-14 05:28:09 +0000
committerCraig Burley <burley@gcc.gnu.org>1999-02-14 00:28:09 -0500
commit2bf8f6bc4e5efe3c2c69856b0d6238b0e266adf7 (patch)
tree3785efff5324d0db47ec453a7d62c7293390d65a /gcc
parent90b8e60a8e232bdc6445543e84d9419b6e1f6e65 (diff)
downloadgcc-2bf8f6bc4e5efe3c2c69856b0d6238b0e266adf7.zip
gcc-2bf8f6bc4e5efe3c2c69856b0d6238b0e266adf7.tar.gz
gcc-2bf8f6bc4e5efe3c2c69856b0d6238b0e266adf7.tar.bz2
fix LOG10 docs
From-SVN: r25196
Diffstat (limited to 'gcc')
-rw-r--r--gcc/f/ChangeLog4
-rw-r--r--gcc/f/intdoc.in7
2 files changed, 7 insertions, 4 deletions
diff --git a/gcc/f/ChangeLog b/gcc/f/ChangeLog
index 63327bd..f4c988f 100644
--- a/gcc/f/ChangeLog
+++ b/gcc/f/ChangeLog
@@ -1,5 +1,9 @@
1999-02-14 Craig Burley <craig@jcb-sc.com>
+ * intdoc.in (LOG10): Fix description.
+
+1999-02-14 Craig Burley <craig@jcb-sc.com>
+
* news.texi: Mention fix for SIGNAL invocation circa egcs-1.1.
1999-02-14 Craig Burley <craig@jcb-sc.com>
diff --git a/gcc/f/intdoc.in b/gcc/f/intdoc.in
index 6b9dd3b..9005f0b 100644
--- a/gcc/f/intdoc.in
+++ b/gcc/f/intdoc.in
@@ -296,10 +296,9 @@ DEFDOC (DLOG, "Natural logarithm (archaic).", ARCHAIC (LOG, Log))
DEFDOC (CDLOG, "Natural logarithm (archaic).", ARCHAIC (LOG, Log))
-DEFDOC (LOG10, "Natural logarithm.", "\
-Returns the natural logarithm of @var{@1@}, which must
-be greater than zero or, if type @code{COMPLEX}, must not
-be zero.
+DEFDOC (LOG10, "Base-10 logarithm.", "\
+Returns the base-10 logarithm of @var{@1@}, which must
+be greater than zero.
The inverse of this function is @samp{10. ** LOG10(@var{@1@})}.