summaryrefslogtreecommitdiffstats
path: root/newlib/libm/math/w_fmod.c
diff options
context:
space:
mode:
Diffstat (limited to 'newlib/libm/math/w_fmod.c')
-rw-r--r--newlib/libm/math/w_fmod.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/newlib/libm/math/w_fmod.c b/newlib/libm/math/w_fmod.c
index b6b36cb76..47d1dd081 100644
--- a/newlib/libm/math/w_fmod.c
+++ b/newlib/libm/math/w_fmod.c
@@ -39,9 +39,9 @@ remainder of <[x]>/<[y]> (<[x]> modulo <[y]>).
RETURNS
The <<fmod>> function returns the value
-@ifinfo
+@ifnottex
<[x]>-<[i]>*<[y]>,
-@end ifinfo
+@end ifnottex
@tex
$x-i\times y$,
@end tex