From 3bd3ade0aa52aca2d091557c2c40765217274a8d Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Mon, 4 May 2020 10:29:01 +0200 Subject: [PATCH] copy_file_range.2: tfix There are 2 typos: file_in is used instead of fd_in in the ERRORS and NOTES sections. file_out is used instead of fd_out in the ERRORS section. Reported-by: Ricardo Castano Signed-off-by: Michael Kerrisk --- man2/copy_file_range.2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/man2/copy_file_range.2 b/man2/copy_file_range.2 index 4173b84a2..c0eb62db7 100644 --- a/man2/copy_file_range.2 +++ b/man2/copy_file_range.2 @@ -186,7 +186,7 @@ refers to an active swap file. .TP .B EXDEV The files referred to by -.IR file_in " and " file_out +.IR fd_in " and " fd_out are not on the same mounted filesystem (pre Linux 5.3). .SH VERSIONS The @@ -208,7 +208,7 @@ The system call is a nonstandard Linux and GNU extension. .SH NOTES If -.I file_in +.I fd_in is a sparse file, then .BR copy_file_range () may expand any holes existing in the requested range.