dtpstree.1.in 1.0 KB

1234567891011121314151617181920212223242526
  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, and OpenBSD. It also works without \fI/proc\fR
  5. and will show the full set of processes in a jail even if \fBinit\fR is not
  6. 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), \fBkvm_getprocs\fR(3).
  12. [COPYRIGHT]
  13. .PP
  14. Copyright 2010 Douglas Thrift
  15. .PP
  16. Licensed under the Apache License, Version 2.0 (the "License");
  17. you may not use this file except in compliance with the License.
  18. You may obtain a copy of the License at
  19. .PP
  20. \fIhttp://www.apache.org/licenses/LICENSE\-2.0\fR
  21. .PP
  22. Unless required by applicable law or agreed to in writing, software
  23. distributed under the License is distributed on an \fB"AS IS" BASIS,
  24. WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND\fR, either express or implied.
  25. See the License for the specific language governing permissions and
  26. limitations under the License.