]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
copy_file_range.2: tfix
authorMichael Kerrisk <mtk.manpages@gmail.com>
Mon, 4 May 2020 08:29:01 +0000 (10:29 +0200)
committerMichael Kerrisk <mtk.manpages@gmail.com>
Mon, 4 May 2020 08:29:01 +0000 (10:29 +0200)
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 <ricardo.castano.salinas@gmail.com>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
man2/copy_file_range.2

index 4173b84a2a2d92a685713476305f33425cce0210..c0eb62db70b8ddee82cd2ecb81622fdbb1175ec8 100644 (file)
@@ -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.