splice.2, tee.2, vmsplice.2: SEE ALSO: add pipe(7)

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2017-06-14 13:23:20 +02:00
parent d766983819
commit 6c97eb40aa
3 changed files with 6 additions and 3 deletions

View 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)

View 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)

View 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)