<http://lists.gnu.org/archive/html/bug-gnulib/2010-11/msg00154.html>.
* doc/posix-functions/rename.texi: Mention the NFS bug on Linux.
* doc/posix-functions/renameat.texi: Likewise.
Suggested by Eric Blake.
+2010-11-13 Bruno Haible <bruno@clisp.org>
+
+ rename, renameat: Document Linux bug with NFS
+ <http://lists.gnu.org/archive/html/bug-gnulib/2010-11/msg00154.html>.
+ * doc/posix-functions/rename.texi: Mention the NFS bug on Linux.
+ * doc/posix-functions/renameat.texi: Likewise.
+ Suggested by Eric Blake.
+
2010-11-13 Bruno Haible <bruno@clisp.org>
rename test: Add comments.
@code{ENOTDIR} if either argument is a symlink with a trailing slash:
glibc, OpenBSD, Cygwin 1.7.
@item
+After renaming a non-empty directory over an existing empty directory,
+the old directory name is still visible through the @code{stat} function
+for 30 seconds after the rename, on NFS file systems, on some platforms:
+Linux 2.6.18.
+@item
This function will not rename a source that is currently opened
by any process:
mingw.
@code{ENOTDIR} if either argument is a symlink with a trailing slash:
glibc, OpenBSD, Cygwin 1.7.
@item
+After renaming a non-empty directory over an existing empty directory,
+the old directory name is still visible through the @code{stat} function
+for 30 seconds after the rename, on NFS file systems, on some platforms:
+Linux 2.6.18.
+@item
This function will not rename a source that is currently opened
by any process:
mingw.