maint: fts.c: remove #if-0'd FTS_WHITEOUT code
[gnulib.git] / doc / posix-functions / getdate.texi
index 156713a..46f1b35 100644 (file)
@@ -14,9 +14,9 @@ Portability problems not fixed by Gnulib:
 @itemize
 @item
 This function is missing on some platforms:
-MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, Cygwin, mingw, BeOS.
+MacOS X 10.3, FreeBSD 6.0, NetBSD 5.0, OpenBSD 3.8, Minix 3.1.8, Cygwin, mingw, BeOS.
 @end itemize
 
-Gnulib provides a module @code{get_date} that contains a function
-@code{get_date}
+Gnulib provides a module @code{parse-datetime} that contains a function
+@code{parse_datetime}
 that has similar functionality as the @code{getdate} function.