acosh.3, asinh.3, atanh.3: Remove C89 designation.

See https://bugzilla.kernel.org/show_bug.cgi?id=196319

[mtk: confirmed from review of draft of C90 standard]

Signed-off-by: Alex Henrie <alexhenrie24@gmail.com>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Alex Henrie 2017-07-10 23:31:06 -06:00 committed by Michael Kerrisk
parent 7f82d0b062
commit 7cada58cad
3 changed files with 3 additions and 3 deletions

View File

@ -132,7 +132,7 @@ C99, POSIX.1-2001, POSIX.1-2008.
The variant returning
.I double
also conforms to
SVr4, 4.3BSD, C89.
SVr4, 4.3BSD.
.SH SEE ALSO
.BR asinh (3),
.BR atanh (3),

View File

@ -117,7 +117,7 @@ C99, POSIX.1-2001, POSIX.1-2008.
The variant returning
.I double
also conforms to
SVr4, 4.3BSD, C89.
SVr4, 4.3BSD.
.SH SEE ALSO
.BR acosh (3),
.BR atanh (3),

View File

@ -151,7 +151,7 @@ C99, POSIX.1-2001, POSIX.1-2008.
The variant returning
.I double
also conforms to
SVr4, 4.3BSD, C89.
SVr4, 4.3BSD.
.SH BUGS
In glibc 2.9 and earlier,
.\" Bug: http://sources.redhat.com/bugzilla/show_bug.cgi?id=6759