summaryrefslogtreecommitdiffstats
path: root/newlib/libm/fenv/fesetenv.c
diff options
context:
space:
mode:
Diffstat (limited to 'newlib/libm/fenv/fesetenv.c')
-rw-r--r--newlib/libm/fenv/fesetenv.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/newlib/libm/fenv/fesetenv.c b/newlib/libm/fenv/fesetenv.c
index 410abcc4f..f2432e0fc 100644
--- a/newlib/libm/fenv/fesetenv.c
+++ b/newlib/libm/fenv/fesetenv.c
@@ -38,13 +38,13 @@ INDEX
SYNOPSIS
#include <fenv.h>
- int fesetenv(const fenv_t *[<envp>]);
+ int fesetenv(const fenv_t *<[envp]>);
Link with -lm.
DESCRIPTION
This method attempts to establish the floating-point environment
-pointed to by <[envp]>. The argument [<envp>] must point to a
+pointed to by <[envp]>. The argument <[envp]> must point to a
floating-point environment obtained via <<fegetenv>> or <<feholdexcept>>
or a floating-point environment macro such as <<FE_DFL_ENV>>.