This commit is contained in:
Michael Kerrisk 2007-11-17 05:18:32 +00:00
parent eb25159b7f
commit e267688bfa
1 changed files with 2 additions and 2 deletions

View File

@ -73,7 +73,7 @@ in this case, the current file offset of
.I fd_in
is not changed.
Analogous statements apply for
.I out_fd
.I fd_out
and
.IR off_out .
@ -163,7 +163,7 @@ The three system calls
.BR splice (2),
.BR vmsplice (2),
and
.BR tee (2)),
.BR tee (2),
provide userspace programs with full control over an arbitrary
kernel buffer, implemented within the kernel using the same type
of buffer that is used for a pipe.