tweak previous;
authorjmc <jmc@openbsd.org>
Tue, 29 Jul 2008 20:11:45 +0000 (20:11 +0000)
committerjmc <jmc@openbsd.org>
Tue, 29 Jul 2008 20:11:45 +0000 (20:11 +0000)
lib/libc/gen/fpclassify.3
lib/libc/gen/isgreater.3

index 7febce0..bf5d0e9 100644 (file)
@@ -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
index 97dc680..0dcef6e 100644 (file)
@@ -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