diff options
Diffstat (limited to 'gcc/f/intdoc.in')
-rw-r--r-- | gcc/f/intdoc.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/f/intdoc.in b/gcc/f/intdoc.in index 5cc9ff05dc5..e34621059fa 100644 --- a/gcc/f/intdoc.in +++ b/gcc/f/intdoc.in @@ -298,7 +298,7 @@ DEFDOC (CDLOG, "Natural logarithm (archaic).", ARCHAIC (LOG, Log)) DEFDOC (LOG10, "Common logarithm.", "\ Returns the common logarithm (base 10) of @var{@1@}, which must -be greater than zero or. +be greater than zero. The inverse of this function is @samp{10. ** LOG10(@var{@1@})}. |