summaryrefslogtreecommitdiffstats
path: root/man3/fma.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/fma.3')
-rw-r--r--man3/fma.317
1 files changed, 8 insertions, 9 deletions
diff --git a/man3/fma.3 b/man3/fma.3
index 5b313569a..e9a3313c6 100644
--- a/man3/fma.3
+++ b/man3/fma.3
@@ -8,7 +8,7 @@
.\" Modified 2004-11-15, Added further text on FLT_ROUNDS
.\" as suggested by AEB and Fabian Kreutz
.\"
-.TH fma 3 2022-12-15 "Linux man-pages 6.03"
+.TH fma 3 2023-07-20 "Linux man-pages 6.05.01"
.SH NAME
fma, fmaf, fmal \- floating-point multiply and add
.SH LIBRARY
@@ -140,30 +140,29 @@ is raised.
These functions do not set
.IR errno .
.\" FIXME . Is it intentional that these functions do not set errno?
-.\" Bug raised: http://sources.redhat.com/bugzilla/show_bug.cgi?id=6801
-.SH VERSIONS
-These functions were added in glibc 2.1.
+.\" Bug raised: https://www.sourceware.org/bugzilla/show_bug.cgi?id=6801
.SH ATTRIBUTES
For an explanation of the terms used in this section, see
.BR attributes (7).
-.ad l
-.nh
.TS
allbox;
lbx lb lb
l l l.
Interface Attribute Value
T{
+.na
+.nh
.BR fma (),
.BR fmaf (),
.BR fmal ()
T} Thread safety MT-Safe
.TE
-.hy
-.ad
.sp 1
.SH STANDARDS
-C99, POSIX.1-2001, POSIX.1-2008.
+C11, POSIX.1-2008.
+.SH HISTORY
+glibc 2.1.
+C99, POSIX.1-2001.
.SH SEE ALSO
.BR remainder (3),
.BR remquo (3)