rename.2: Improve wording of renameat2() ENOENT error

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2014-04-19 10:59:19 +02:00
parent 5c1517fa0a
commit 8f60952e38
1 changed files with 4 additions and 2 deletions

View File

@ -388,9 +388,11 @@ The filesystem does not support one of the flags in
.TP
.B ENOENT
.I flags
contain
contains
.B RENAME_EXCHANGE
and the target of the rename does not exist.
and
.IR newpath
does not exist.
.SH VERSIONS
.BR renameat ()
was added to Linux in kernel 2.6.16;