From 9ce1093cdc8d01f3021819b05825bc341fa1e4bb Mon Sep 17 00:00:00 2001 From: Eric Blake Date: Mon, 31 Mar 2008 08:30:11 -0600 Subject: [PATCH] Correct docs for Solaris strtod. * doc/posix-functions/strtod.texi (strtod): Solaris strtod parses "nan" after all. Signed-off-by: Eric Blake --- doc/posix-functions/strtod.texi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/posix-functions/strtod.texi b/doc/posix-functions/strtod.texi index 0a890a7510..b59ed48d61 100644 --- a/doc/posix-functions/strtod.texi +++ b/doc/posix-functions/strtod.texi @@ -43,12 +43,12 @@ OpenBSD 4.0, HP-UX 11.11, IRIX 6.5, OSF/1 5.1, Solaris 9, mingw. @item This function fails to parse @samp{NaN()} on some platforms: -glibc-2.3.6, MacOS X 10.3, FreeBSD 6.2, OpenBSD 4.0, AIX 5.1, HP-UX 11.11, IRIX 6.5, OSF/1 5.1, Solaris?, Cygwin < 1.5.25-11, mingw. +glibc-2.3.6, MacOS X 10.3, FreeBSD 6.2, OpenBSD 4.0, AIX 5.1, HP-UX 11.11, IRIX 6.5, OSF/1 5.1, Cygwin < 1.5.25-11, mingw. @item This function fails to parse @samp{NaN(@var{n-char-sequence})} on some platforms: -OpenBSD 4.0, HP-UX 11.11, IRIX 6.5, OSF/1 5.1, Solaris?, mingw. +OpenBSD 4.0, HP-UX 11.11, IRIX 6.5, OSF/1 5.1, mingw. @item This function parses @samp{NaN(@var{n-char-sequence})}, but returns -- 2.30.2