From: jmc Date: Tue, 29 Jul 2008 20:11:45 +0000 (+0000) Subject: tweak previous; X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=8ce5c11d420103a29d1039aa6a0d20be8d5a5169;p=openbsd tweak previous; --- 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 .\" 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 .\" 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