diff options
| author | Michael Kerrisk <mtk.manpages@gmail.com> | 2008-09-18 12:30:38 +0000 |
|---|---|---|
| committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2008-09-18 12:30:38 +0000 |
| commit | bf66f9bde21772eab5b32368dddeca2d640ec107 (patch) | |
| tree | c1c0a5d5ffc54476fbabe22afca87afca2eea380 | |
| parent | 5eab0978cf4860f14af3db9451d553671eb5e080 (diff) | |
| download | man-pages-bf66f9bde21772eab5b32368dddeca2d640ec107.tar.gz | |
ffix
| -rw-r--r-- | man3/logb.3 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/man3/logb.3 b/man3/logb.3 index f610ef5c11..eee874441f 100644 --- a/man3/logb.3 +++ b/man3/logb.3 @@ -95,7 +95,8 @@ is non-zero, an error has occurred. If an error occurs and .I "(math_errhandling & MATH_ERRNO)" is non-zero, then -.I errno is set to +.I errno +is set to .BR ERANGE . If an error occurs and .I "(math_errhandling & MATH_ERREXCEPT)" |
