diff options
author | 2009-07-29 19:07:56 +0000 | |
---|---|---|
committer | 2009-07-29 19:07:56 +0000 | |
commit | 8f740a56914798c2b289b19165d6ae7acadf2884 (patch) | |
tree | 461a1a548436b944467b1e76ecd54b655b614272 /lib/libm/man/ilogb.3 | |
parent | ieee, and ieeef aren't real, and the amount of functions it documents (diff) | |
download | wireguard-openbsd-8f740a56914798c2b289b19165d6ae7acadf2884.tar.xz wireguard-openbsd-8f740a56914798c2b289b19165d6ae7acadf2884.zip |
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/man/ilogb.3')
-rw-r--r-- | lib/libm/man/ilogb.3 | 10 |
1 files changed, 7 insertions, 3 deletions
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. |