]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
tfix
authorMichael Kerrisk <mtk.manpages@gmail.com>
Sat, 17 Nov 2007 05:18:32 +0000 (05:18 +0000)
committerMichael Kerrisk <mtk.manpages@gmail.com>
Sat, 17 Nov 2007 05:18:32 +0000 (05:18 +0000)
man2/splice.2

index 4d14eb85c95c478367bf1a7f9bf3414c12eeb976..0a1cd75074c777a06ccbad8493f8a0b2629e0302 100644 (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.