From a81ff34c42a767ec0f8c2c34f1d6469372e89d0e Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Wed, 23 Jul 2008 13:04:14 +0000 Subject: [PATCH] SEE ALSO: Add math_error(7). --- man3/INFINITY.3 | 3 ++- man3/fenv.3 | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/man3/INFINITY.3 b/man3/INFINITY.3 index ac27fece1..7dbf190b8 100644 --- a/man3/INFINITY.3 +++ b/man3/INFINITY.3 @@ -90,4 +90,5 @@ is defined and has a value not less than 199901L. .SH "SEE ALSO" .BR fpclassify (3), -.BR feature_test_macros (7) +.BR feature_test_macros (7), +.BR math_error (7) diff --git a/man3/fenv.3 b/man3/fenv.3 index 96c439042..84a5e8222 100644 --- a/man3/fenv.3 +++ b/man3/fenv.3 @@ -258,4 +258,5 @@ The .BR fegetexcept () function returns the set of all currently enabled exceptions. .SH "SEE ALSO" -.BR feature_test_macros (7) +.BR feature_test_macros (7), +.BR math_error (7)