]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
fix LOG10 docs
authorCraig Burley <craig@jcb-sc.com>
Sun, 14 Feb 1999 05:28:12 +0000 (05:28 +0000)
committerCraig Burley <burley@gcc.gnu.org>
Sun, 14 Feb 1999 05:28:12 +0000 (00:28 -0500)
From-SVN: r25197

gcc/f/ChangeLog
gcc/f/intdoc.in

index 784d9be078fedd996b2ef96d36b31fc054b6fb49..9199fe42fd88a3c078c262d2260e2c195236bb31 100644 (file)
@@ -1,3 +1,7 @@
+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.
index 31f8fb61c1ab13bddbc998de45dac3349831bb06..9417d71277fc99848b55f4a856fe04335c93b73a 100644 (file)
@@ -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@})}.