diff options
author | 2011-07-07 01:34:52 +0000 | |
---|---|---|
committer | 2011-07-07 01:34:52 +0000 | |
commit | 0714f1f8ae9df2568b8c9b3030c1bf24ba7e2c0c (patch) | |
tree | 78963fe4aa20f59b279d30b676b838ffc64e0979 /lib/libm/man/copysign.3 | |
parent | remove old files (diff) | |
download | wireguard-openbsd-0714f1f8ae9df2568b8c9b3030c1bf24ba7e2c0c.tar.xz wireguard-openbsd-0714f1f8ae9df2568b8c9b3030c1bf24ba7e2c0c.zip |
Remove references to math(3).
Diffstat (limited to 'lib/libm/man/copysign.3')
-rw-r--r-- | lib/libm/man/copysign.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libm/man/copysign.3 b/lib/libm/man/copysign.3 index 2ee33afcbf6..a559136135c 100644 --- a/lib/libm/man/copysign.3 +++ b/lib/libm/man/copysign.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: copysign.3,v 1.2 2009/07/29 19:07:56 martynas Exp $ +.\" $OpenBSD: copysign.3,v 1.3 2011/07/07 01:34:52 martynas 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 29 2009 $ +.Dd $Mdocdate: July 7 2011 $ .Dt COPYSIGN 3 .Os .Sh NAME @@ -59,7 +59,7 @@ The function is an extended precision version of .Fn copysign . .Sh SEE ALSO -.Xr math 3 +.Xr fabs 3 .Sh STANDARDS .St -ieee754 .Sh HISTORY |