summaryrefslogtreecommitdiff
path: root/system/htop/README
diff options
context:
space:
mode:
authordsomero <xgizzmo@slackbuilds.org>2012-08-16 18:40:27 -0400
committerRobby Workman <rworkman@slackbuilds.org>2012-08-17 23:05:02 -0500
commit0f95aaa7b74903cad3cd6705319517e2468c004d (patch)
tree28baf4046619429983fa6858403d60bdabf63ceb /system/htop/README
parent7382c90f70d34c289d6ae3ac84b29f40c22b96df (diff)
downloadslackbuilds-0f95aaa7b74903cad3cd6705319517e2468c004d.tar.gz
system/htop: Removed (part of Slackware 14.0)
Signed-off-by: dsomero <xgizzmo@slackbuilds.org> Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'system/htop/README')
-rw-r--r--system/htop/README9
1 files changed, 0 insertions, 9 deletions
diff --git a/system/htop/README b/system/htop/README
deleted file mode 100644
index 791a6c4f3f..0000000000
--- a/system/htop/README
+++ /dev/null
@@ -1,9 +0,0 @@
-htop is an interactive process viewer for Linux. It aims to be a 'better top'
-You can scroll the process list vertically and horizontally, and select a
-process to be killed with the arrow keys instead of by typing its process
-id.
-
-This release adds per-process I/O statistics, Unicode support, and new
-handling of CPU count for threaded processes: it can now show either
-per-thread stats or a sum of all threads depending whether user threads
-are shown or hidden. There were also improvements in mouse support.