diff mbox series

[bug#46434] gnu: procps: Update provided programs list in description.

Message ID 20210211022151.8501-1-lle-bout@zaclys.net
State Accepted
Headers show
Series [bug#46434] gnu: procps: Update provided programs list in description. | expand

Checks

Context Check Description
cbaines/comparison success View comparision
cbaines/git branch success View Git branch
cbaines/applying patch success View Laminar job
cbaines/issue success View issue

Commit Message

Léo Le Bouter Feb. 11, 2021, 2:21 a.m. UTC
* gnu/packages/linux.scm (procps)[description]: Update provided programs list.
---
 gnu/packages/linux.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Comments

宋文武 Feb. 11, 2021, 3:22 a.m. UTC | #1
Léo Le Bouter <lle-bout@zaclys.net> writes:

> * gnu/packages/linux.scm (procps)[description]: Update provided programs list.

Good catch, pushed, thank you!
diff mbox series

Patch

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