summaryrefslogtreecommitdiff
path: root/man3/frexp.3
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2005-07-18 15:05:56 +0000
committerMichael Kerrisk <mtk.manpages@gmail.com>2005-07-18 15:05:56 +0000
commitb14d4aa5b88ad73faab7da19682606c6af8adf79 (patch)
treebeba0b1db0e33fd701ce1cc7daf998cd474cfad1 /man3/frexp.3
parent880f5b4bc39386da3a4315644519bd7b5c438d6c (diff)
Classical BSD versions are now always named x.yBSD (formerly
there was a mix of x.yBSD and BSD x.y).
Diffstat (limited to 'man3/frexp.3')
-rw-r--r--man3/frexp.32
1 files changed, 1 insertions, 1 deletions
diff --git a/man3/frexp.3 b/man3/frexp.3
index a77332ab0..fdb8c3c59 100644
--- a/man3/frexp.3
+++ b/man3/frexp.3
@@ -54,7 +54,7 @@ times a power of two, and is always in the range 1/2 (inclusive) to
1 (exclusive). If \fIx\fP is zero, then the normalized fraction is
zero and zero is stored in \fIexp\fP.
.SH "CONFORMING TO"
-SVID 3, POSIX, BSD 4.3, ISO 9899.
+SVID 3, POSIX, 4.3BSD, ISO 9899.
The float and the long double variants are C99 requirements.
.SH EXAMPLE
.nf