X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=doc%2Fposix-functions%2Fgetdate.texi;h=02138229db8d0e40de88043c2d143dd748b5cee5;hb=178e3ad58f3e077cd87a3ca9a615541e428f9e17;hp=5775e3a45f19d677fa9d0bd741679ea705754c86;hpb=09ef7461110822a3970aa8eebcfaa740996a82f2;p=gnulib.git diff --git a/doc/posix-functions/getdate.texi b/doc/posix-functions/getdate.texi index 5775e3a45..02138229d 100644 --- a/doc/posix-functions/getdate.texi +++ b/doc/posix-functions/getdate.texi @@ -2,7 +2,7 @@ @section @code{getdate} @findex getdate -POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/getdate.html} +POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/functions/getdate.html} Gnulib module: --- @@ -14,8 +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, MSVC 9, BeOS. @end itemize -Gnulib provides a module @code{getdate} 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.