sendfile.2: wfix

Reported-by: Stefan Puiu <stefan.puiu@gmail.com>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2011-09-17 05:16:43 +02:00
parent 5fb27aeb05
commit 1293f354e2
1 changed files with 2 additions and 2 deletions

View File

@ -100,7 +100,7 @@ must refer to a socket.
Since Linux 2.6.33 it can be any file.
If it is a regular file, then
.BR sendfile()
changes the file offset offset appropriately.
changes the file offset appropriately.
.SH "RETURN VALUE"
If the transfer was successful, the number of bytes written to
.I out_fd
@ -163,7 +163,7 @@ 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.
changed the current offset of that file.
The original Linux
.BR sendfile ()