Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'newlib/libm/math/s_ldexp.c')
-rw-r--r--newlib/libm/math/s_ldexp.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/newlib/libm/math/s_ldexp.c b/newlib/libm/math/s_ldexp.c
index adc7d5d0e..ccf7171b1 100644
--- a/newlib/libm/math/s_ldexp.c
+++ b/newlib/libm/math/s_ldexp.c
@@ -39,9 +39,9 @@ TRAD_SYNOPSIS
DESCRIPTION
<<ldexp>> calculates the value
-@ifnottex
+@ifinfo
<[val]> times 2 to the power <[exp]>.
-@end ifnottex
+@end ifinfo
@tex
$val\times 2^{exp}$.
@end tex
@@ -56,7 +56,7 @@ On underflow, <<ldexp>> and <<ldexpf>> return 0.0.
On overflow, <<ldexp>> returns plus or minus <<HUGE_VAL>>.
PORTABILITY
-<<ldexp>> is ANSI. <<ldexpf>> is an extension.
+<<ldexp>> is ANSI, <<ldexpf>> is an extension.
*/