gettimeofday: port recent C++ fix to Emacs
[gnulib.git] / doc / posix-functions / tempnam.texi
index d9ce6e3..4a7f10c 100644 (file)
@@ -2,7 +2,7 @@
 @section @code{tempnam}
 @findex tempnam
 
-POSIX specification: @url{http://www.opengroup.org/susv3xsh/tempnam.html}
+POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/functions/tempnam.html}
 
 Gnulib module: ---
 
@@ -13,6 +13,9 @@ Portability problems fixed by Gnulib:
 Portability problems not fixed by Gnulib:
 @itemize
 @item
+This function is missing on some platforms:
+Minix 3.1.8.
+@item
 This function is not appropriate for creating temporary files.  (It has
 security risks.)  Better use @code{mkstemp} instead.
 @end itemize