aboutsummaryrefslogtreecommitdiffstats
path: root/man7
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2015-04-18 12:22:32 +0200
committerMichael Kerrisk <mtk.manpages@gmail.com>2015-07-24 09:32:13 +0200
commit77d824cabc1a2d710267257254cf3614e81bb9f3 (patch)
tree83eceaf3d05ed22ce79e2b29bade324de7c36e7f /man7
parenteedfc430d3ec57ab9650b63c3dea059cabcf1c23 (diff)
downloadman-pages-77d824cabc1a2d710267257254cf3614e81bb9f3.tar.gz
math_error.7: wfix
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
Diffstat (limited to 'man7')
-rw-r--r--man7/math_error.74
1 files changed, 2 insertions, 2 deletions
diff --git a/man7/math_error.7 b/man7/math_error.7
index 0f44495cb9..5e457f64b8 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 <complex.h> ),
which in general are not required to return errors by C99
-and POSIX.1-2001.
+and POSIX.1.
The
.BR gcc (1)