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/j0.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/j0.3')
-rw-r--r-- | lib/libm/man/j0.3 | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/lib/libm/man/j0.3 b/lib/libm/man/j0.3 index 7004a92e6ec..cf3d8951d24 100644 --- a/lib/libm/man/j0.3 +++ b/lib/libm/man/j0.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: j0.3,v 1.12 2007/05/31 19:19:35 jmc Exp $ +.\" $OpenBSD: j0.3,v 1.13 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: @(#)j0.3 6.7 (Berkeley) 4/19/91 .\" -.Dd $Mdocdate: May 31 2007 $ +.Dd $Mdocdate: July 7 2011 $ .Dt J0 3 .Os .Sh NAME @@ -144,8 +144,6 @@ If these functions are successful, the computed value is returned, otherwise the global variable .Va errno is set to EDOM or ERANGE. -.Sh SEE ALSO -.Xr math 3 .Sh HISTORY This set of functions appeared in |