diff options
author | Tim van der Molen <tim@cvs.openbsd.org> | 2024-06-17 12:59:29 +0000 |
---|---|---|
committer | Tim van der Molen <tim@cvs.openbsd.org> | 2024-06-17 12:59:29 +0000 |
commit | c7f122ae1150e6f5540cdb13d5f9935be3c2d969 (patch) | |
tree | 42cb1ca7e26f99a38aeb7c1799c68bb4a5a69a60 | |
parent | b30f15ae1b1878b6a770d5689b9b50fc95eae6d2 (diff) |
Fix typo: s/fetesteexcept/fetestexcept/
-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 |