sendfile.2: Clarify text on 'out_fd' and regular files in Linux 2.4

See https://bugzilla.kernel.org/show_bug.cgi?id=86001

Reported-by: Askar Safin <safinaskar@mail.ru>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2015-05-05 11:00:37 +02:00
parent b5756b034f
commit 9e8a61e6ac
1 changed files with 3 additions and 3 deletions

View File

@ -165,9 +165,9 @@ to minimize the number of packets and to tune performance.
In Linux 2.4 and earlier,
.I out_fd
could also refer to a regular file, and
.BR sendfile ()
changed the current offset of that file.
could also refer to a regular file;
this possibility went away in the Linux 2.6.x kernel series,
but was restored in Linux 2.6.33.
The original Linux
.BR sendfile ()