diff --git a/man2/splice.2 b/man2/splice.2 index 4d14eb85c..0a1cd7507 100644 --- a/man2/splice.2 +++ b/man2/splice.2 @@ -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.