From 7af84d647db847f0b9558bf9f59d6b3aeb2677f1 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Wed, 14 Jun 2017 13:19:55 +0200 Subject: [PATCH] pipe.7: SEE ALSO: add tee(2) and vmsplice(2) Signed-off-by: Michael Kerrisk --- man7/pipe.7 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/man7/pipe.7 b/man7/pipe.7 index 0156b1a8a..41504a593 100644 --- a/man7/pipe.7 +++ b/man7/pipe.7 @@ -412,6 +412,8 @@ and when opening a previously unopened FIFO. .BR socketpair (2), .BR splice (2), .BR stat (2), +.BR tee (2), +.BR vmsplice (2), .BR mkfifo (3), .BR epoll (7), .BR fifo (7)