From 2bf8f6bc4e5efe3c2c69856b0d6238b0e266adf7 Mon Sep 17 00:00:00 2001 From: Craig Burley Date: Sun, 14 Feb 1999 05:28:09 +0000 Subject: [PATCH] fix LOG10 docs From-SVN: r25196 --- gcc/f/ChangeLog | 4 ++++ gcc/f/intdoc.in | 7 +++---- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/gcc/f/ChangeLog b/gcc/f/ChangeLog index 63327bd4c85..f4c988f63ba 100644 --- a/gcc/f/ChangeLog +++ b/gcc/f/ChangeLog @@ -1,3 +1,7 @@ +1999-02-14 Craig Burley + + * intdoc.in (LOG10): Fix description. + 1999-02-14 Craig Burley * news.texi: Mention fix for SIGNAL invocation circa egcs-1.1. diff --git a/gcc/f/intdoc.in b/gcc/f/intdoc.in index 6b9dd3b8b14..9005f0b6bfa 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@})}. -- 2.30.2