summaryrefslogtreecommitdiff
path: root/lib/libm
diff options
context:
space:
mode:
authorMartynas Venckus <martynas@cvs.openbsd.org>2009-07-29 19:07:57 +0000
committerMartynas Venckus <martynas@cvs.openbsd.org>2009-07-29 19:07:57 +0000
commite3cff86c5a7ac7042765f9912dd86892f56089b9 (patch)
tree9fb6303968579156de15a79a3c9d07c824ba966a /lib/libm
parent0b17118da1f4d2622b621a909089aa5018aee0b8 (diff)
now that the pages are split and we track separate HISTORY:
double => 4.3BSD float => NetBSD 1.1 long double => OpenBSD 4.5 scalbln, scalblnf, scalblnl => OpenBSD 4.7
Diffstat (limited to 'lib/libm')
-rw-r--r--lib/libm/man/copysign.310
-rw-r--r--lib/libm/man/ilogb.310
-rw-r--r--lib/libm/man/nextafter.39
-rw-r--r--lib/libm/man/scalbn.316
4 files changed, 32 insertions, 13 deletions
diff --git a/lib/libm/man/copysign.3 b/lib/libm/man/copysign.3
index 3a829d1275f..2ee33afcbf6 100644
--- a/lib/libm/man/copysign.3
+++ b/lib/libm/man/copysign.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: copysign.3,v 1.1 2009/07/29 18:43:29 martynas Exp $
+.\" $OpenBSD: copysign.3,v 1.2 2009/07/29 19:07:56 martynas Exp $
.\" Copyright (c) 1985, 1991 Regents of the University of California.
.\" All rights reserved.
.\"
@@ -65,8 +65,12 @@ function is an extended precision version of
.Sh HISTORY
The
.Nm copysign ,
-.Nm copysignf ,
+.Nm copysignf
and
.Nm copysignl
functions appeared in
-.Bx 4.3 .
+.Bx 4.3 ,
+.Nx 1.1
+and
+.Ox 4.5 ,
+respectively.
diff --git a/lib/libm/man/ilogb.3 b/lib/libm/man/ilogb.3
index e460eac397d..72bf689a760 100644
--- a/lib/libm/man/ilogb.3
+++ b/lib/libm/man/ilogb.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: ilogb.3,v 1.1 2009/07/29 18:43:29 martynas Exp $
+.\" $OpenBSD: ilogb.3,v 1.2 2009/07/29 19:07:56 martynas Exp $
.\" Copyright (c) 1985, 1991 Regents of the University of California.
.\" All rights reserved.
.\"
@@ -72,8 +72,12 @@ function is an extended precision version of
.Sh HISTORY
The
.Nm ilogb ,
-.Nm ilogbf ,
+.Nm ilogbf
and
.Nm ilogbl
functions appeared in
-.Bx 4.3 .
+.Bx 4.3 ,
+.Nx 1.1
+and
+.Ox 4.5 ,
+respectively.
diff --git a/lib/libm/man/nextafter.3 b/lib/libm/man/nextafter.3
index 3237437e81f..af949a360ed 100644
--- a/lib/libm/man/nextafter.3
+++ b/lib/libm/man/nextafter.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: nextafter.3,v 1.1 2009/07/29 18:43:29 martynas Exp $
+.\" $OpenBSD: nextafter.3,v 1.2 2009/07/29 19:07:56 martynas Exp $
.\" Copyright (c) 1985, 1991 Regents of the University of California.
.\" All rights reserved.
.\"
@@ -57,8 +57,11 @@ function is a single precision version of
.St -ieee754
.Sh HISTORY
The
-.Nm nextafter ,
+.Nm nextafter
and
.Nm nextafterf
functions appeared in
-.Bx 4.3 .
+.Bx 4.3
+and
+.Nx 1.1 ,
+respectively.
diff --git a/lib/libm/man/scalbn.3 b/lib/libm/man/scalbn.3
index e4e4e86e623..b3e93d18953 100644
--- a/lib/libm/man/scalbn.3
+++ b/lib/libm/man/scalbn.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: scalbn.3,v 1.1 2009/07/29 18:43:29 martynas Exp $
+.\" $OpenBSD: scalbn.3,v 1.2 2009/07/29 19:07:56 martynas Exp $
.\" Copyright (c) 1985, 1991 Regents of the University of California.
.\" All rights reserved.
.\"
@@ -85,11 +85,19 @@ respectively.
.Sh HISTORY
The
.Nm scalbln ,
-.Nm scalblnf ,
-.Nm scalblnl ,
+.Nm scalblnf
+and
+.Nm scalblnl
+functions appeared in
+.Ox 4.7 .
+The
.Nm scalbn ,
.Nm scalbnf ,
and
.Nm scalbnl ,
functions appeared in
-.Bx 4.3 .
+.Bx 4.3 ,
+.Nx 1.1
+and
+.Ox 4.5 ,
+respectively.