From f08ee8bca4673486bd4942ab7968363acda98df8 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Mon, 6 Jul 2020 13:36:01 +0200 Subject: [PATCH] math_error.7: wfix Reported-by: Helge Kreutzmann Signed-off-by: Michael Kerrisk --- man7/math_error.7 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man7/math_error.7 b/man7/math_error.7 index c69eaaf08..876c1d8fc 100644 --- a/man7/math_error.7 +++ b/man7/math_error.7 @@ -171,7 +171,7 @@ positive number in the specified type"). .I errno may be set to .BR ERANGE , -and an "overflow" +and an "underflow" .RB ( FE_UNDERFLOW ) floating-point exception may be raised. .PP