diff options
author | ru <ru@FreeBSD.org> | 2001-05-23 12:37:50 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2001-05-23 12:37:50 +0000 |
commit | 1f29dc129c6abe779c638f8424e0d8f8654da7f6 (patch) | |
tree | fe2a667e920254397403b6847e7ae4ae1da547ae /lib/libc/gen/frexp.3 | |
parent | edd79c680a3d5f268abcca63e5770ff8bfc5a885 (diff) | |
download | FreeBSD-src-1f29dc129c6abe779c638f8424e0d8f8654da7f6.zip FreeBSD-src-1f29dc129c6abe779c638f8424e0d8f8654da7f6.tar.gz |
Fix the range of the returned value.
PR: docs/27446
Submitted by: Tadayuki OKADA <tadayuki@mediaone.net>
Diffstat (limited to 'lib/libc/gen/frexp.3')
-rw-r--r-- | lib/libc/gen/frexp.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/gen/frexp.3 b/lib/libc/gen/frexp.3 index b903182..de1587e 100644 --- a/lib/libc/gen/frexp.3 +++ b/lib/libc/gen/frexp.3 @@ -67,7 +67,7 @@ such that is a .Em double with magnitude in the interval -.Bq 1/2 , 1 +.Bo 1/2 , 1 Pc or zero, and .Fa value equals |