rename.2: Add CONFORMING TO and VERSIONS for renameat2()

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2014-04-19 10:35:45 +02:00
parent ab99efddee
commit 4e6c4ab2ff
1 changed files with 7 additions and 0 deletions

View File

@ -390,12 +390,19 @@ and the target of the rename does not exist.
.BR renameat ()
was added to Linux in kernel 2.6.16;
library support was added to glibc in version 2.4.
.BR renameat2 ()
was added to Linux in kernel 3.15.
.\" FIXME glibc support is pending.
.SH CONFORMING TO
.BR rename ():
4.3BSD, C89, C99, POSIX.1-2001, POSIX.1-2008.
.BR renameat ():
POSIX.1-2008.
.BR renameat2()
is Linux-specific.
.SH BUGS
On NFS filesystems, you can not assume that if the operation
failed, the file was not renamed.