diff options
Diffstat (limited to 'lib/libc/gen/frexp.3')
-rw-r--r-- | lib/libc/gen/frexp.3 | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/lib/libc/gen/frexp.3 b/lib/libc/gen/frexp.3 index 984b164d259..94f22cd374e 100644 --- a/lib/libc/gen/frexp.3 +++ b/lib/libc/gen/frexp.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: frexp.3,v 1.9 2008/12/12 00:12:47 martynas Exp $ +.\" $OpenBSD: frexp.3,v 1.10 2011/07/07 13:30:28 jmc Exp $ .\" .\" Copyright (c) 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -31,7 +31,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.Dd $Mdocdate: December 12 2008 $ +.Dd $Mdocdate: July 7 2011 $ .Dt FREXP 3 .Os .Sh NAME @@ -87,7 +87,6 @@ If is zero, both parts of the result are zero. .Sh SEE ALSO .Xr ldexp 3 , -.Xr math 3 , .Xr modf 3 .Sh STANDARDS The |