X-Git-Url: https://erislabs.net/gitweb/?a=blobdiff_plain;f=doc%2Fposix-functions%2Fgetdate.texi;h=02138229db8d0e40de88043c2d143dd748b5cee5;hb=a2c6cf038c0758e8825f2b020fbbcce9a0d4983f;hp=beb8d0a60ad60808702500477a1647cb4e47a2d4;hpb=2b6c08c775ae4e80b52aa41058ea5939f778b44b;p=gnulib.git diff --git a/doc/posix-functions/getdate.texi b/doc/posix-functions/getdate.texi index beb8d0a60..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/susv3xsh/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.