From 77d824cabc1a2d710267257254cf3614e81bb9f3 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Sat, 18 Apr 2015 12:22:32 +0200 Subject: [PATCH] math_error.7: wfix Signed-off-by: Michael Kerrisk --- man7/math_error.7 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/man7/math_error.7 b/man7/math_error.7 index 0f44495cb..5e457f64b 100644 --- a/man7/math_error.7 +++ b/man7/math_error.7 @@ -187,7 +187,7 @@ or more leading zeros in the significand. .SH NOTES The .I math_errhandling -identifier specified by C99 and POSIX.1-2001 is not supported by glibc. +identifier specified by C99 and POSIX.1 is not supported by glibc. .\" See CONFORMANCE in the glibc 2.8 (and earlier) source. This identifier is supposed to indicate which of the two error-notification mechanisms @@ -236,7 +236,7 @@ The discussion on this page does not apply to the complex mathematical functions (i.e., those declared by .IR ), which in general are not required to return errors by C99 -and POSIX.1-2001. +and POSIX.1. The .BR gcc (1)