From 6cce8340a7c4aac1275f9c57f18786d2fe464bb5 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Thu, 8 Sep 2011 23:10:02 +0200 Subject: [PATCH] sendfile.2: Remove mention of kernel version for 'in_fd' argument Reported-by: Tolga Dalman Signed-off-by: Michael Kerrisk --- man2/sendfile.2 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/man2/sendfile.2 b/man2/sendfile.2 index 9dc7466ea..37bbe346b 100644 --- a/man2/sendfile.2 +++ b/man2/sendfile.2 @@ -87,9 +87,9 @@ and the file offset will be updated by the call. .I count is the number of bytes to copy between the file descriptors. -Presently (Linux 2.6.9): -.IR in_fd , -must correspond to a file which supports +The +.IR in_fd +argument must correspond to a file which supports .BR mmap (2)-like operations (i.e., it cannot be a socket);