From: Craig Burley Date: Sun, 14 Feb 1999 05:28:12 +0000 (+0000) Subject: fix LOG10 docs X-Git-Tag: prereleases/egcs-1.1.2-prerelease-1~13 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=87d20d286e9a628c83f034b2b67a7dc0d57c977e;p=thirdparty%2Fgcc.git fix LOG10 docs From-SVN: r25197 --- diff --git a/gcc/f/ChangeLog b/gcc/f/ChangeLog index 784d9be078fe..9199fe42fd88 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 31f8fb61c1ab..9417d71277fc 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@})}.