diff options
author | 2011-07-07 13:30:28 +0000 | |
---|---|---|
committer | 2011-07-07 13:30:28 +0000 | |
commit | c969519f5c93cbd34b0dcc5ebca84de4d42cc277 (patch) | |
tree | 110e60144ebfaafb99e775fc6137b7b13ef472d6 /lib/libc/gen/modf.3 | |
parent | add tcp.always_keepalive; (diff) | |
download | wireguard-openbsd-c969519f5c93cbd34b0dcc5ebca84de4d42cc277.tar.xz wireguard-openbsd-c969519f5c93cbd34b0dcc5ebca84de4d42cc277.zip |
no more math(3);
Diffstat (limited to 'lib/libc/gen/modf.3')
-rw-r--r-- | lib/libc/gen/modf.3 | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/lib/libc/gen/modf.3 b/lib/libc/gen/modf.3 index 12cba1fab0e..f226a9824f1 100644 --- a/lib/libc/gen/modf.3 +++ b/lib/libc/gen/modf.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: modf.3,v 1.7 2008/12/12 00:12:47 martynas Exp $ +.\" $OpenBSD: modf.3,v 1.8 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 MODF 3 .Os .Sh NAME @@ -68,8 +68,7 @@ functions return the signed fractional part of .Fa value . .Sh SEE ALSO .Xr frexp 3 , -.Xr ldexp 3 , -.Xr math 3 +.Xr ldexp 3 .Sh STANDARDS The .Fn modf |