summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorBen Pfaff <blp@cs.stanford.edu>2009-04-07 20:41:15 -0700
committerBen Pfaff <blp@cs.stanford.edu>2009-04-12 12:27:14 -0700
commit533b27747fe3d0d67f727d4d7ba6c97f8a5b4060 (patch)
tree1e6a5d1b921f2aac5fecca7b1e5ecdc2e21f4494 /doc
parent386fc104d0817233f0836eb11a4a026f4d04f36a (diff)
downloadgnulib-533b27747fe3d0d67f727d4d7ba6c97f8a5b4060.tar.gz
Make rename replace existing destinations on Windows.
Diffstat (limited to 'doc')
-rw-r--r--doc/posix-functions/rename.texi7
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/posix-functions/rename.texi b/doc/posix-functions/rename.texi
index 62b1fc8d6a..aa7287a4ed 100644
--- a/doc/posix-functions/rename.texi
+++ b/doc/posix-functions/rename.texi
@@ -12,8 +12,15 @@ Portability problems fixed by Gnulib:
This function does not work when the source file name ends in a slash on
some platforms:
SunOS 4.1.
+@item
+This function will not replace an existing destination on some
+platforms:
+mingw.
@end itemize
Portability problems not fixed by Gnulib:
@itemize
+This function will not replace a destination that is currently opened
+by any process:
+mingw.
@end itemize