pthread_sigmask: Work around IRIX bug.
[gnulib.git] / doc / posix-functions / strftime.texi
index 01532dc..e58e1ef 100644 (file)
@@ -2,7 +2,7 @@
 @section @code{strftime}
 @findex strftime
 
-POSIX specification: @url{http://www.opengroup.org/susv3xsh/strftime.html}
+POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/functions/strftime.html}
 
 Gnulib module: ---
 
@@ -13,9 +13,10 @@ Portability problems fixed by Gnulib:
 Portability problems not fixed by Gnulib:
 @itemize
 @item
-Windows does not support the non-SUS %e specifier (and possibly the
-other non-SUS specifiers too).
+The Windows C runtime library (which is used by MinGW) does not
+support the %e specifier (and possibly the other more recent SUS
+specifiers too, i.e., %C, %D, %h, %n, %r, %R, %t, and %T).
 @end itemize
 
 Extension: Gnulib offers a module @samp{strftime} that provides an
-@code{strftime} function with various GNU extensions.
+@code{nstrftime} function with various GNU extensions.