]> git.ipfire.org Git - thirdparty/man-pages.git/blobdiff - man3/fenv.3
Wrapped long lines, wrapped at sentence boundaries; stripped trailing
[thirdparty/man-pages.git] / man3 / fenv.3
index c3632a943fc83330e6fe91ca7add7d99df08c9d6..d6a9b6fdb0e786ef765f886f29e2992078df6eb6 100644 (file)
@@ -94,7 +94,8 @@ of the corresponding exception, and if so then
 defines the corresponding bit(s), so that one can call
 exception handling functions e.g. using the integer argument
 .BR FE_OVERFLOW | FE_UNDERFLOW .
-Other exceptions may be supported. The macro
+Other exceptions may be supported.
+The macro
 .B FE_ALL_EXCEPT
 is the bitwise OR of all bits corresponding to supported exceptions.
 .PP
@@ -173,7 +174,8 @@ The
 .BR feholdexcept ()
 function does the same, then clears all exception flags,
 and sets a non-stop (continue on exceptions) mode,
-if available. It returns zero when successful.
+if available.
+It returns zero when successful.
 .LP
 The
 .BR fesetenv ()
@@ -209,7 +211,8 @@ These functions return zero on success and non-zero if an error occurred.
 If possible, the GNU C Library defines a macro
 .B FE_NOMASK_ENV
 which represents an environment where every exception raised causes a
-trap to occur.  You can test for this macro using
+trap to occur.
+You can test for this macro using
 .BR #ifdef .
 It is only defined if
 .B _GNU_SOURCE