1
0
mirror of https://github.com/openbsd/src.git synced 2024-12-21 23:18:00 -08:00

Fix typo: s/fetesteexcept/fetestexcept/

This commit is contained in:
tim 2024-06-17 12:59:28 +00:00
parent c95756fbdb
commit 8b61780eb8

View 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