From 8f60952e385bfee6c6f76cea03a71f23f9ead5a3 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Sat, 19 Apr 2014 10:59:19 +0200 Subject: [PATCH] rename.2: Improve wording of renameat2() ENOENT error Signed-off-by: Michael Kerrisk --- man2/rename.2 | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/man2/rename.2 b/man2/rename.2 index 6a35ab144..cab9dfaec 100644 --- a/man2/rename.2 +++ b/man2/rename.2 @@ -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;