summaryrefslogtreecommitdiffstats
path: root/newlib/libm/fenv/feupdateenv.c
diff options
context:
space:
mode:
Diffstat (limited to 'newlib/libm/fenv/feupdateenv.c')
-rw-r--r--newlib/libm/fenv/feupdateenv.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/newlib/libm/fenv/feupdateenv.c b/newlib/libm/fenv/feupdateenv.c
index e1dd9657f..014440ba4 100644
--- a/newlib/libm/fenv/feupdateenv.c
+++ b/newlib/libm/fenv/feupdateenv.c
@@ -38,17 +38,17 @@ INDEX
SYNOPSIS
#include <fenv.h>
- int feupdateenv(const fenv_t *[<envp>]);
+ int feupdateenv(const fenv_t *<[envp]>);
Link with -lm.
DESCRIPTION
This method attempts to save the currently raised floating point
exceptions in its automatic storage, install the floating point
-environment specified by [<envp]>, and raise the saved floating
+environment specified by <[envp]>, and raise the saved floating
point exceptions.
-The argument [<envp>] must point to a floating-point environment
+The argument <[envp]> must point to a floating-point environment
obtained via <<fegetenv>> or <<feholdexcept>>.
RETURNS