diff --git a/man3/cosh.3 b/man3/cosh.3 index 6b89c0c9c..b9e657db9 100644 --- a/man3/cosh.3 +++ b/man3/cosh.3 @@ -31,7 +31,7 @@ .\" Modified 2002-07-27 by Walter Harms .\" (walter.harms@informatik.uni-oldenburg.de) .\" -.TH COSH 3 2008-08-05 "" "Linux Programmer's Manual" +.TH COSH 3 2008-08-10 "" "Linux Programmer's Manual" .SH NAME cosh, coshf, coshl \- hyperbolic cosine function .SH SYNOPSIS @@ -113,6 +113,11 @@ The variant returning .I double also conforms to SVr4, 4.3BSD. +.SH BUGS +In glibc version 2.3.4 and earlier, +an overflow floating-point +.RB ( FE_OVERFLOW ) +exception is not raised when an overflow occurs. .SH "SEE ALSO" .BR acosh (3), .BR asinh (3),