add tap(1) manpage
This commit is contained in:
parent
45f55eb644
commit
fa5fd51e11
1 changed files with 22 additions and 0 deletions
22
sys/man/1/tap
Normal file
22
sys/man/1/tap
Normal file
|
@ -0,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).
|
Loading…
Reference in a new issue