]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
man/man3/fma.3: ERRORS: Add missing error
authorAlejandro Colomar <alx@kernel.org>
Wed, 3 Sep 2025 14:14:10 +0000 (16:14 +0200)
committerAlejandro Colomar <alx@kernel.org>
Sat, 6 Sep 2025 20:22:25 +0000 (22:22 +0200)
There's also a domain error if z is a NaN, so let's simplify wording.
See the comments in the source code, which remind that POSIX doesn't
mandate some of this, so this is GNU-specific.

Reported-by: Helge Kreutzmann <debian@helgefjell.de>
Suggested-by: Adam Sampson <ats@offog.org>
Signed-off-by: Alejandro Colomar <alx@kernel.org>
man/man3/fma.3

index fa056285889bcb99262e2742379010e2fb6a4da4..433f1e2ee582d85f09f3227527519ed6a6eb5415 100644 (file)
@@ -107,8 +107,8 @@ when calling these functions.
 .P
 The following errors can occur:
 .TP
-Domain error: \f[I]x * y + z\f[], \
-or \f[I]x * y\f[] is invalid and \f[I]z\f[] is not a NaN
+Domain error: \f[I]x * y + z\f[] \
+or \f[I]x * y\f[] is invalid.
 .\" .I errno
 .\" is set to
 .\" .BR EDOM .