diff options
author | 2008-07-29 20:11:45 +0000 | |
---|---|---|
committer | 2008-07-29 20:11:45 +0000 | |
commit | 8ce5c11d420103a29d1039aa6a0d20be8d5a5169 (patch) | |
tree | 45e91f05491d4c99dc3a7ba2d95abca15affa6ce | |
parent | Add an ugly hack to disable DMA on the Tadpole SPARCLE laptop. It doesn't (diff) | |
download | wireguard-openbsd-8ce5c11d420103a29d1039aa6a0d20be8d5a5169.tar.xz wireguard-openbsd-8ce5c11d420103a29d1039aa6a0d20be8d5a5169.zip |
tweak previous;
-rw-r--r-- | lib/libc/gen/fpclassify.3 | 9 | ||||
-rw-r--r-- | lib/libc/gen/isgreater.3 | 6 |
2 files changed, 7 insertions, 8 deletions
diff --git a/lib/libc/gen/fpclassify.3 b/lib/libc/gen/fpclassify.3 index 7febce0f982..bf5d0e9773b 100644 --- a/lib/libc/gen/fpclassify.3 +++ b/lib/libc/gen/fpclassify.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: fpclassify.3,v 1.1 2008/07/29 18:19:17 martynas Exp $ +.\" $OpenBSD: fpclassify.3,v 1.2 2008/07/29 20:11:45 jmc Exp $ .\" .\" Copyright (c) 2003 Mike Barcroft <mike@FreeBSD.org> .\" All rights reserved. @@ -36,7 +36,7 @@ .Nm isnan , .Nm isnormal , .Nm signbit -.Nd "classify a floating-point number" +.Nd classify a floating-point number .Sh SYNOPSIS .In math.h .Ft int @@ -56,8 +56,9 @@ The .Fn fpclassify macro takes an argument of .Fa x -and returns one of the following manifest constants. -.Bl -tag -width ".Dv FP_SUBNORMAL" +and returns one of the following manifest constants: +.Pp +.Bl -tag -width "FP_SUBNORMALXXX" -offset indent -compact .It Dv FP_INFINITE Indicates that .Fa x diff --git a/lib/libc/gen/isgreater.3 b/lib/libc/gen/isgreater.3 index 97dc6804e6a..0dcef6e6665 100644 --- a/lib/libc/gen/isgreater.3 +++ b/lib/libc/gen/isgreater.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: isgreater.3,v 1.1 2008/07/29 18:19:17 martynas Exp $ +.\" $OpenBSD: isgreater.3,v 1.2 2008/07/29 20:11:45 jmc Exp $ .\" .\" Copyright (c) 2003 David Schultz <das@FreeBSD.ORG> .\" All rights reserved. @@ -36,9 +36,7 @@ .Nm islessequal , .Nm islessgreater , .Nm isunordered -.Nd "compare two floating-point numbers" -.Sh LIBRARY -.Lb libc +.Nd compare two floating-point numbers .Sh SYNOPSIS .In math.h .Ft int |