diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libm/man/feclearexcept.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libm/man/feclearexcept.3 b/lib/libm/man/feclearexcept.3 index 1b0c506d5bf..c2a3071d40b 100644 --- a/lib/libm/man/feclearexcept.3 +++ b/lib/libm/man/feclearexcept.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: feclearexcept.3,v 1.6 2020/11/14 10:35:58 jmc Exp $ +.\" $OpenBSD: feclearexcept.3,v 1.7 2024/06/17 12:59:28 tim Exp $ .\" .\" Copyright (c) 2011 Martynas Venckus <martynas@openbsd.org> .\" @@ -14,7 +14,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: November 14 2020 $ +.Dd $Mdocdate: June 17 2024 $ .Dt FECLEAREXCEPT 3 .Os .Sh NAME @@ -111,7 +111,7 @@ This function does not raise floating-point exceptions, but only sets the state of the flags. .Pp The -.Fn fetesteexcept +.Fn fetestexcept function determines which of a specified subset of the floating-point exception flags are currently set. The |