summaryrefslogtreecommitdiff
path: root/manual/arith.texi
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1999-11-17 18:52:42 +0000
committerUlrich Drepper <drepper@redhat.com>1999-11-17 18:52:42 +0000
commit6e8afc1cd3909efc4a6f07297d760351f8866ecb (patch)
tree1f0b3d7ad9d612641c43695efdee75da4f0db653 /manual/arith.texi
parent96f0d1f51afc733684c3a5abbdf242cd3347c185 (diff)
Update.
1999-11-16 Andreas Jaeger <aj@suse.de> * math/fenv.h: Fix typos in comments. Reported by Andreas Schwab.
Diffstat (limited to 'manual/arith.texi')
-rw-r--r--manual/arith.texi5
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