sendfile.2: Fix incorrect description in text referring to splice(2)

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Askar Safin 2016-03-10 19:37:52 +01:00 committed by Michael Kerrisk
parent ddef8b9573
commit 69fff55970
1 changed files with 2 additions and 2 deletions

View File

@ -234,8 +234,8 @@ has consumed the transferred data.
The Linux-specific
.BR splice (2)
call supports transferring data between arbitrary files
(e.g., a pair of sockets).
call supports transferring data between arbitrary file descriptors
provided one (or both) of them is a pipe.
.SH SEE ALSO
.BR copy_file_range (2),
.BR mmap (2),