changeset 9857:2bd11e9c9605

Refine documentation of NAN problem.
author Bruno Haible <bruno@clisp.org>
date Wed, 02 Apr 2008 03:30:52 +0200
parents 0148cac24350
children 21157f1c35b7
files doc/posix-headers/math.texi
diffstat 1 files changed, 5 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/doc/posix-headers/math.texi	Wed Apr 02 03:29:50 2008 +0200
+++ b/doc/posix-headers/math.texi	Wed Apr 02 03:30:52 2008 +0200
@@ -8,13 +8,13 @@
 Portability problems fixed by Gnulib:
 @itemize
 @item
-Some platforms do not provide a definition of NAN:
-Solaris 8.
-
+The macro @code{NAN} is not defined on some platforms:
+OpenBSD 4.0, AIX 5.1, IRIX 6.5, OSF/1 5.1, Solaris 10.
 @end itemize
 
 Portability problems not fixed by Gnulib:
 @itemize
-NAN is not a compile time constant with some broken compilers:
-Compaq (ex-DEC) C 6.4
+@item
+@code{NAN} is not a compile time constant with some compilers:
+OSF/1 with Compaq (ex-DEC) C 6.4.
 @end itemize