math_error.7: wfix

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2015-04-18 12:22:32 +02:00
parent eedfc430d3
commit 77d824cabc
1 changed files with 2 additions and 2 deletions

View File

@ -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 <complex.h> ),
which in general are not required to return errors by C99
and POSIX.1-2001.
and POSIX.1.
The
.BR gcc (1)