[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#62348] [PATCH v3 1/3] gnu: psmisc: Make description more informativ
From: |
Bruno Victal |
Subject: |
[bug#62348] [PATCH v3 1/3] gnu: psmisc: Make description more informative. |
Date: |
Thu, 24 Aug 2023 17:54:15 +0100 |
From: mikadoZero <mikadozero@yandex.com>
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>
---
gnu/packages/linux.scm | 18 +++++++++++++++---
1 file changed, 15 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index ca223aea37..4c5d2fc4c7 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -2070,9 +2070,21 @@ (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.
+@table @command
+@item fuser
+Identifies processes using files or sockets.
+@item killall
+Kills processes by name.
+@item prtstat
+Prints statistics of a process.
+@item pslog
+Prints log path(s) of a process.
+@item pstree
+Shows the currently running processes as a tree.
+@item peekfd
+Shows the data travelling over a file descriptor.
+@end table")
(license license:gpl2+)))
(define-public util-linux
base-commit: 738b0e4ccc2bac3d77bb29dd6d51026d887d6b16
--
2.40.1