ref: bdaf22390045fc3554119c560e80464b4650b249
parent: 2bb15693efa03d4ce8565c0c56041d054450bbcd
author: cinap_lenrek <cinap_lenrek@gmx.de>
date: Thu Jul 5 17:11:37 EDT 2012
add tap(1) manpage
--- /dev/null
+++ b/sys/man/1/tap
@@ -1,0 +1,22 @@
+.TH TAP 1
+.SH NAME
+tap \- follow the pipes of a process
+.SH SYNOPSIS
+.B tap
+[
+.I pid ...
+]
+.SH DESCRIPTION
+.I Tap
+walks the file descriptors of a process looking for pipes (see
+.IR pipe (3))
+and then finds the processes on the other end of these pipes
+repeating the process recursively. The result is a tree of
+alternating process and filedescriptor nodes that make up the
+process pipeline.
+.SH SOURCE
+.B /rc/bin/tap
+.SH SEE ALSO
+.IR ps (1),
+.IR pipe (3),
+.IR proc (3).
--
⑨