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