diff options
author | Ulrich Drepper <drepper@redhat.com> | 1999-11-17 18:52:42 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1999-11-17 18:52:42 +0000 |
commit | 6e8afc1cd3909efc4a6f07297d760351f8866ecb (patch) | |
tree | 1f0b3d7ad9d612641c43695efdee75da4f0db653 /manual | |
parent | 96f0d1f51afc733684c3a5abbdf242cd3347c185 (diff) | |
download | glibc-6e8afc1cd3909efc4a6f07297d760351f8866ecb.tar.gz glibc-6e8afc1cd3909efc4a6f07297d760351f8866ecb.tar.xz glibc-6e8afc1cd3909efc4a6f07297d760351f8866ecb.zip |
Update.
1999-11-16 Andreas Jaeger <aj@suse.de> * math/fenv.h: Fix typos in comments. Reported by Andreas Schwab.
Diffstat (limited to 'manual')
-rw-r--r-- | manual/arith.texi | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/manual/arith.texi b/manual/arith.texi index a7d6944b1f..45f4f91c54 100644 --- a/manual/arith.texi +++ b/manual/arith.texi @@ -839,7 +839,7 @@ occur, you can use the following two functions. @deftypefun int feenableexcept (int @var{excepts}) This functions enables traps for each of the exceptions as indicated by the parameter @var{except}. The individual excepetions are described in -@ref{Examining the FPU status word}. Only the specified exceptions are +@ref{Status bit operations}. Only the specified exceptions are enabled, the status of the other exceptions is not changed. The function returns the previous enabled exceptions in case the @@ -851,7 +851,7 @@ operation was successful, @code{-1} otherwise. @deftypefun int fedisableexcept (int @var{excepts}) This functions disables traps for each of the exceptions as indicated by the parameter @var{except}. The individual excepetions are described in -@ref{Examining the FPU status word}. Only the specified exceptions are +@ref{Status bit operations}. Only the specified exceptions are disabled, the status of the other exceptions is not changed. The function returns the previous enabled exceptions in case the @@ -863,6 +863,7 @@ operation was successful, @code{-1} otherwise. @deftypefun int fegetexcept (int @var{excepts}) The function returns a bitmask of all currently enabled exceptions. It returns @code{-1} in case of failure. +@end deftypefun @node Arithmetic Functions @section Arithmetic Functions |