dtpstree.1.in 1.1 KB

123456789101112131415161718192021222324252627
  1. [DESCRIPTION]
  2. .B dtpstree
  3. shows running processes as a tree. It is a reimplementation of \fBpstree\fR from
  4. \fIPSmisc\fR for FreeBSD, NetBSD, OpenBSD, and other modern BSD variants. It
  5. also works without \fI/proc\fR and will show the full set of processes in a jail
  6. even if \fBinit\fR is not present.
  7. [AUTHOR]
  8. Written by \fBDouglas Thrift\fR <\fIdouglas@douglasthrift.net\fR>.
  9. [SEE ALSO]
  10. .PP
  11. \fBps\fR(1), \fBkvm\fR(3), \fBkvm_getargv\fR(3) or \fBkvm_getargv2\fR(3),
  12. \fBkvm_getprocs\fR(3) or \fBkvm_getproc2\fR(3).
  13. [COPYRIGHT]
  14. .PP
  15. Copyright 2010 Douglas Thrift
  16. .PP
  17. Licensed under the Apache License, Version 2.0 (the "License");
  18. you may not use this file except in compliance with the License.
  19. You may obtain a copy of the License at
  20. .PP
  21. \fIhttp://www.apache.org/licenses/LICENSE\-2.0\fR
  22. .PP
  23. Unless required by applicable law or agreed to in writing, software
  24. distributed under the License is distributed on an \fB"AS IS" BASIS,
  25. WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND\fR, either express or implied.
  26. See the License for the specific language governing permissions and
  27. limitations under the License.