diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2001-08-23 08:54:19 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2001-08-23 08:54:19 +0000 |
commit | 9656794eb2b3c2ade611e49252ecf9805b7bfaa5 (patch) | |
tree | 33544dc0fe79ab8d4b76c80a59ba4d58e592667c /sysutils/pstree/pkg-descr | |
parent | upgrade to 0.0.3 (diff) |
Add pstree 2.16, a frontend to ps(1) which displays the process tree as
a tree.
Obtained from: OpenBSD
Notes
Notes:
svn path=/head/; revision=46692
Diffstat (limited to 'sysutils/pstree/pkg-descr')
-rw-r--r-- | sysutils/pstree/pkg-descr | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sysutils/pstree/pkg-descr b/sysutils/pstree/pkg-descr new file mode 100644 index 000000000000..ae9effd2db6a --- /dev/null +++ b/sysutils/pstree/pkg-descr @@ -0,0 +1,5 @@ +This is pstree. It is a small program that shows the ps +listing as a tree (as the name implies...). It has several options +to make selection criteria and to change the output style. + +For that it uses the output of /bin/ps. |