]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
Minor wording changes.
authorMichael Kerrisk <mtk.manpages@gmail.com>
Fri, 1 Aug 2008 05:26:19 +0000 (05:26 +0000)
committerMichael Kerrisk <mtk.manpages@gmail.com>
Fri, 1 Aug 2008 05:26:19 +0000 (05:26 +0000)
CONFORMING TO: Added POSIX.1-2001.
SEE ALSO: Add signbit(3).
CONFORMING TO: Added POSIX.1-2001.

man3/fpclassify.3

index 10e1c9a880717d303ef93416efc16d35deda59a1..55fd4df754171a703d90c21ee5c7db3ec7299108 100644 (file)
@@ -56,7 +56,7 @@ you can find out what type
 is.
 The macro takes any floating-point expression as argument.
 The result is one of the following values:
-.TP
+.TP 14
 .B FP_NAN
 .I x
 is "Not a Number".
@@ -78,7 +78,7 @@ if nothing of the above is correct then it must be a
 normal floating-point number.
 .LP
 The other macros provide a short answer to some standard questions.
-.TP
+.TP 14
 .BI isfinite( x )
 returns a non-zero value if
 .br