diff options
Diffstat (limited to 'lib/libm/man/ilogb.3')
-rw-r--r-- | lib/libm/man/ilogb.3 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/libm/man/ilogb.3 b/lib/libm/man/ilogb.3 index e0c2af0f8ee..4145e7e02c4 100644 --- a/lib/libm/man/ilogb.3 +++ b/lib/libm/man/ilogb.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ilogb.3,v 1.4 2011/07/07 01:34:52 martynas Exp $ +.\" $OpenBSD: ilogb.3,v 1.5 2012/01/14 14:57:44 espie Exp $ .\" Copyright (c) 1985, 1991 Regents of the University of California. .\" All rights reserved. .\" @@ -28,7 +28,7 @@ .\" .\" from: @(#)ieee.3 6.4 (Berkeley) 5/6/91 .\" -.Dd $Mdocdate: July 7 2011 $ +.Dd $Mdocdate: January 14 2012 $ .Dt ILOGB 3 .Os .Sh NAME @@ -66,6 +66,7 @@ The function is an extended precision version of .Fn ilogb . .Sh SEE ALSO +.Xr ffs 3 , .Xr frexp 3 .Sh STANDARDS .St -ieee754 |