python/psutil: Cleaned up slack-desc formatting.

Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
Robby Workman 2012-09-17 23:04:31 -05:00
parent 18a5062fbf
commit 8fbe3e39aa

View file

@ -6,14 +6,14 @@
# customary to leave one space after the ':' except on otherwise blank lines.
|-----handy-ruler------------------------------------------------------|
psutil: psutil
psutil:
psutil: psutil (python interface for process and system info)
psutil:
psutil: psutil is a module providing an interface for retrieving information
psutil: on all running processes and system utilization (CPU, memory, disks,
psutil: network, users) in a portable way by using Python, implementing many
psutil: functionalities offered by command line tools such as: ps, top, df,
psutil: kill, free, lsof, netstat, ifconfig, nice, ionice, iostat, iotop,
psutil: uptime, pidof, tty, who, taskset, and pmap
psutil:
psutil:
psutil: Homepage: http://code.google.com/p/psutil/
psutil: