diff options
Diffstat (limited to 'manual/arith.texi')
-rw-r--r-- | manual/arith.texi | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/manual/arith.texi b/manual/arith.texi index 99fe67ae72..989bf04615 100644 --- a/manual/arith.texi +++ b/manual/arith.texi @@ -778,8 +778,7 @@ non-zero value otherwise. @comment fenv.h @comment ISO -@deftypefun int fesetexceptflag (const fexcept_t *@var{flagp}, int -@var{excepts}) +@deftypefun int fesetexceptflag (const fexcept_t *@var{flagp}, int @var{excepts}) This function restores the flags for the exceptions indicated by @var{excepts} to the values stored in the variable pointed to by @var{flagp}. |