summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2001-05-23 12:37:50 +0000
committerru <ru@FreeBSD.org>2001-05-23 12:37:50 +0000
commit1f29dc129c6abe779c638f8424e0d8f8654da7f6 (patch)
treefe2a667e920254397403b6847e7ae4ae1da547ae /lib
parentedd79c680a3d5f268abcca63e5770ff8bfc5a885 (diff)
downloadFreeBSD-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')
-rw-r--r--lib/libc/gen/frexp.32
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
OpenPOWER on IntegriCloud