summaryrefslogtreecommitdiffstats
path: root/lib/libc/gen/fpclassify.3
diff options
context:
space:
mode:
authorjmc <jmc@openbsd.org>2011-07-07 13:30:28 +0000
committerjmc <jmc@openbsd.org>2011-07-07 13:30:28 +0000
commitc969519f5c93cbd34b0dcc5ebca84de4d42cc277 (patch)
tree110e60144ebfaafb99e775fc6137b7b13ef472d6 /lib/libc/gen/fpclassify.3
parentadd tcp.always_keepalive; (diff)
downloadwireguard-openbsd-c969519f5c93cbd34b0dcc5ebca84de4d42cc277.tar.xz
wireguard-openbsd-c969519f5c93cbd34b0dcc5ebca84de4d42cc277.zip
no more math(3);
Diffstat (limited to 'lib/libc/gen/fpclassify.3')
-rw-r--r--lib/libc/gen/fpclassify.37
1 files changed, 3 insertions, 4 deletions
diff --git a/lib/libc/gen/fpclassify.3 b/lib/libc/gen/fpclassify.3
index bf5d0e9773b..7859184f6eb 100644
--- a/lib/libc/gen/fpclassify.3
+++ b/lib/libc/gen/fpclassify.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: fpclassify.3,v 1.2 2008/07/29 20:11:45 jmc Exp $
+.\" $OpenBSD: fpclassify.3,v 1.3 2011/07/07 13:30:28 jmc Exp $
.\"
.\" Copyright (c) 2003 Mike Barcroft <mike@FreeBSD.org>
.\" All rights reserved.
@@ -26,7 +26,7 @@
.\"
.\" $FreeBSD: src/lib/libc/gen/fpclassify.3,v 1.6 2005/01/27 05:46:16 das Exp $
.\"
-.Dd $Mdocdate: July 29 2008 $
+.Dd $Mdocdate: July 7 2011 $
.Dt FPCLASSIFY 3
.Os
.Sh NAME
@@ -102,8 +102,7 @@ macro takes an argument of
.Fa x
and returns non-zero if the value of its sign is negative, otherwise 0.
.Sh SEE ALSO
-.Xr isgreater 3 ,
-.Xr math 3
+.Xr isgreater 3
.Sh STANDARDS
The
.Fn fpclassify ,