diff options
author | kris <kris@FreeBSD.org> | 2001-08-23 16:54:19 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2001-08-23 16:54:19 +0800 |
commit | c639c24f5c8af21e57e5d4e1c9c6fb76bf992abb (patch) | |
tree | 7547952e021728703c74bbcfe81611ee645e53f3 /sysutils/pstree/pkg-descr | |
parent | f9e9a802dcd382c5ff8057ff2b276b3c93048f69 (diff) | |
download | freebsd-ports-gnome-c639c24f5c8af21e57e5d4e1c9c6fb76bf992abb.tar.gz freebsd-ports-gnome-c639c24f5c8af21e57e5d4e1c9c6fb76bf992abb.tar.zst freebsd-ports-gnome-c639c24f5c8af21e57e5d4e1c9c6fb76bf992abb.zip |
Add pstree 2.16, a frontend to ps(1) which displays the process tree as
a tree.
Obtained from: OpenBSD
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. |