strtod: Remove check for strtod, unless supporting old platforms.
[gnulib.git] / doc / posix-functions / strtod.texi
index 222f584..4f8f08b 100644 (file)
@@ -4,14 +4,11 @@
 
 POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/functions/strtod.html}
 
-Gnulib module: strtod
+Gnulib module: strtod or strtod-obsolete
 
-Portability problems fixed by Gnulib:
+Portability problems fixed by either Gnulib module @code{strtod} or @code{strtod-obsolete}:
 @itemize
 @item
-This function is missing on some old platforms.
-
-@item
 This function mis-parses strings with leading @samp{+} on some old platforms:
 Old versions of Linux.
 
@@ -67,6 +64,12 @@ platforms:
 AIX 7.1.
 @end itemize
 
+Portability problems fixed by Gnulib module @code{strtod-obsolete}:
+@itemize
+@item
+This function is missing on some old platforms.
+@end itemize
+
 Portability problems not fixed by Gnulib:
 @itemize
 @item