From 9876bc24d073ca1b6b337711871527cc1a0d7777 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Tue, 26 Jan 2016 10:51:28 +0100 Subject: [PATCH] sendfile.2: SEE ALSO: add copy_file_range(2) Signed-off-by: Michael Kerrisk --- man2/sendfile.2 | 1 + 1 file changed, 1 insertion(+) diff --git a/man2/sendfile.2 b/man2/sendfile.2 index ada2c62ab..98cc1f361 100644 --- a/man2/sendfile.2 +++ b/man2/sendfile.2 @@ -237,6 +237,7 @@ The Linux-specific call supports transferring data between arbitrary files (e.g., a pair of sockets). .SH SEE ALSO +.BR copy_file_range (2), .BR mmap (2), .BR open (2), .BR socket (2),