]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
splice.2, tee.2, vmsplice.2: SEE ALSO: add pipe(7)
authorMichael Kerrisk <mtk.manpages@gmail.com>
Wed, 14 Jun 2017 11:23:20 +0000 (13:23 +0200)
committerMichael Kerrisk <mtk.manpages@gmail.com>
Wed, 14 Jun 2017 11:23:20 +0000 (13:23 +0200)
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
man2/splice.2
man2/tee.2
man2/vmsplice.2

index 1232e5796574641fbb95daceba16f1f58c03acda..14a5b51ccd58bca3589bd6bea98aa3fdbb299d8c 100644 (file)
@@ -256,4 +256,5 @@ See
 .BR copy_file_range (2),
 .BR sendfile (2),
 .BR tee (2),
-.BR vmsplice (2)
+.BR vmsplice (2),
+.BR pipe (7)
index 6a8fbc9d514aa3fa7144e5d6b1f906a93c7b7d3d..68771956c6fe570a9833977acc7f21ebbfc6e907 100644 (file)
@@ -211,4 +211,5 @@ main(int argc, char *argv[])
 .fi
 .SH SEE ALSO
 .BR splice (2),
-.BR vmsplice (2)
+.BR vmsplice (2),
+.BR pipe (7)
index 38372150f7e7d13c4dbb39c60fd889bc07faaded..f60a213486236a028b0986782b7d85a053588a10 100644 (file)
@@ -167,4 +167,5 @@ Currently,
 this limit is 1024.
 .SH SEE ALSO
 .BR splice (2),
-.BR tee (2)
+.BR tee (2),
+.BR pipe (7)