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_fmod.c')
-rw-r--r--newlib/libm/mathfp/s_fmod.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/newlib/libm/mathfp/s_fmod.c b/newlib/libm/mathfp/s_fmod.c
index ec86376af..3af7300da 100644
--- a/newlib/libm/mathfp/s_fmod.c
+++ b/newlib/libm/mathfp/s_fmod.c
@@ -39,9 +39,9 @@ remainder of <[x]>/<[y]> (<[x]> modulo <[y]>).
RETURNS
The <<fmod>> function returns the value
-@ifnottex
+@ifinfo
<[x]>-<[i]>*<[y]>,
-@end ifnottex
+@end ifinfo
@tex
$x-i\times y$,
@end tex