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/mathfp/s_ldexp.c')
-rw-r--r--newlib/libm/mathfp/s_ldexp.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/newlib/libm/mathfp/s_ldexp.c b/newlib/libm/mathfp/s_ldexp.c
index 97d8a3ba5..5ce2710ac 100644
--- a/newlib/libm/mathfp/s_ldexp.c
+++ b/newlib/libm/mathfp/s_ldexp.c
@@ -28,9 +28,9 @@ TRAD_SYNOPSIS
DESCRIPTION
<<ldexp>> calculates the value
-@ifinfo
+@ifnottex
<[val]> times 2 to the power <[exp]>.
-@end ifinfo
+@end ifnottex
@tex
$val\times 2^{exp}$.
@end tex