diff options
Diffstat (limited to 'newlib/libm/fenv/fesetexceptflag.c')
-rw-r--r-- | newlib/libm/fenv/fesetexceptflag.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/newlib/libm/fenv/fesetexceptflag.c b/newlib/libm/fenv/fesetexceptflag.c index 1f350933c..0e8ce1f5c 100644 --- a/newlib/libm/fenv/fesetexceptflag.c +++ b/newlib/libm/fenv/fesetexceptflag.c @@ -44,8 +44,8 @@ SYNOPSIS DESCRIPTION This method attempts to set the floating-point status flags specified -by <[excepts]> to the states indicated by <[flagp>]. The argument -[<flagp>] must point to an fexcept_t instance obtained via calling +by <[excepts]> to the states indicated by <[flagp]>. The argument +<[flagp]> must point to an fexcept_t instance obtained via calling <<fegetexceptflag>> with at least the floating-point exceptions specified by the argument <[excepts]>. |