From 4cfafd7910044b45d32313ec631be6266d5ec3af Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Tue, 26 Jan 2016 10:37:46 +0100 Subject: [PATCH] copy_file_range.2: ERRORS: clarify EXDEV description Signed-off-by: Michael Kerrisk --- man2/copy_file_range.2 | 1 + 1 file changed, 1 insertion(+) diff --git a/man2/copy_file_range.2 b/man2/copy_file_range.2 index a237922ea..be349d356 100644 --- a/man2/copy_file_range.2 +++ b/man2/copy_file_range.2 @@ -118,6 +118,7 @@ Out of memory. There is not enough space on the target filesystem to complete the copy. .TP .B EXDEV +The files referred to by .IR file_in " and " file_out are not on the same mounted filesystem. .SH VERSIONS