mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-15 11:25:22 -05:00
gnu: procps: Update provided programs list in description.
* gnu/packages/linux.scm (procps)[description]: Update provided programs list. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
This commit is contained in:
parent
408f0b4c4d
commit
b01d82a7f6
1 changed files with 2 additions and 2 deletions
|
@ -1772,8 +1772,8 @@ (define-public procps
|
||||||
(description
|
(description
|
||||||
"Procps is the package that has a bunch of small useful utilities
|
"Procps is the package that has a bunch of small useful utilities
|
||||||
that give information about processes using the Linux /proc file system.
|
that give information about processes using the Linux /proc file system.
|
||||||
The package includes the programs ps, top, vmstat, w, kill, free,
|
The package includes the programs free, pgrep, pidof, pkill, pmap, ps, pwdx,
|
||||||
slabtop, and skill.")
|
slabtop, tload, top, vmstat, w, watch and sysctl.")
|
||||||
(license license:gpl2)))
|
(license license:gpl2)))
|
||||||
|
|
||||||
(define-public usbutils
|
(define-public usbutils
|
||||||
|
|
Loading…
Reference in a new issue