sendfile.2: Remove mention of kernel version for 'in_fd' argument

Reported-by: Tolga Dalman <tolga.dalman@googlemail.com>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2011-09-08 23:10:02 +02:00
parent 9c60f8f487
commit 6cce8340a7
1 changed files with 3 additions and 3 deletions

View File

@ -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);