Fix typo: s/fetesteexcept/fetestexcept/
authortim <tim@openbsd.org>
Mon, 17 Jun 2024 12:59:28 +0000 (12:59 +0000)
committertim <tim@openbsd.org>
Mon, 17 Jun 2024 12:59:28 +0000 (12:59 +0000)
lib/libm/man/feclearexcept.3

index 1b0c506..c2a3071 100644 (file)
@@ -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