mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: psmisc: Make description more informative.
The text for the description is taken from the psmisc README. * gnu/packages/linux.scm (psmisc)[description]: Make description more informative. Co-authored-by: Bruno Victal <mirai@makinata.eu> Co-authored-by: Tobias Geerinckx-Rice <me@tobias.gr> Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr> f psmisc desc
This commit is contained in:
parent
f4be30e3b9
commit
721030e1e8
1 changed files with 9 additions and 3 deletions
|
@ -2108,9 +2108,15 @@ (define-public psmisc
|
|||
(home-page "https://gitlab.com/psmisc/psmisc")
|
||||
(synopsis "Small utilities that use the proc file system")
|
||||
(description
|
||||
"This PSmisc package is a set of some small useful utilities that
|
||||
use the proc file system. We're not about changing the world, but
|
||||
providing the system administrator with some help in common tasks.")
|
||||
"psmisc is a set of small utilities that use the proc file system.
|
||||
@itemize @bullet
|
||||
@item @command{fuser} identifies processes using files or sockets;
|
||||
@item @command{killall} kills processes by name;
|
||||
@item @command{prtstat} prints statistics of a process;
|
||||
@item @command{pslog} prints the log file(s) of a process;
|
||||
@item @command{pstree} shows the currently running processes as a tree;
|
||||
@item @command{peekfd} shows the data travelling over a file descriptor.
|
||||
@end itemize")
|
||||
(license license:gpl2+)))
|
||||
|
||||
(define-public util-linux
|
||||
|
|
Loading…
Reference in a new issue