summaryrefslogtreecommitdiffstats
path: root/newlib/libm/mathfp/s_logarithm.c
diff options
context:
space:
mode:
Diffstat (limited to 'newlib/libm/mathfp/s_logarithm.c')
-rw-r--r--newlib/libm/mathfp/s_logarithm.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/newlib/libm/mathfp/s_logarithm.c b/newlib/libm/mathfp/s_logarithm.c
index ee7c7069e..3e07949c8 100644
--- a/newlib/libm/mathfp/s_logarithm.c
+++ b/newlib/libm/mathfp/s_logarithm.c
@@ -56,8 +56,9 @@ When <[x]> is negative, the returned value is <<-HUGE_VAL>> and
<<matherr>>.
PORTABILITY
-<<log>> is ANSI, <<logf>> is an extension.
-<<log10>> is ANSI, <<log10f>> is an extension.
+<<log>> is ANSI. <<logf>> is an extension.
+
+<<log10>> is ANSI. <<log10f>> is an extension.
*/