diff options
author | Léo Le Bouter <lle-bout@zaclys.net> | 2021-02-11 03:21:51 +0100 |
---|---|---|
committer | 宋文武 <iyzsong@member.fsf.org> | 2021-02-11 11:21:09 +0800 |
commit | b01d82a7f68c7129aeb5a0abd52eb91c0dfa8831 (patch) | |
tree | df693368a40ab30b8a9e2dcdafe892a7bf9d4faa | |
parent | 408f0b4c4dba671b648fe99cd4ef77d26e4486a4 (diff) | |
download | guix-b01d82a7f68c7129aeb5a0abd52eb91c0dfa8831.tar guix-b01d82a7f68c7129aeb5a0abd52eb91c0dfa8831.tar.gz |
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>
-rw-r--r-- | gnu/packages/linux.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index e08d85d24e..162b39c521 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -1772,8 +1772,8 @@ parameters.") (description "Procps is the package that has a bunch of small useful utilities that give information about processes using the Linux /proc file system. -The package includes the programs ps, top, vmstat, w, kill, free, -slabtop, and skill.") +The package includes the programs free, pgrep, pidof, pkill, pmap, ps, pwdx, +slabtop, tload, top, vmstat, w, watch and sysctl.") (license license:gpl2))) (define-public usbutils |