unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Bruno Victal <mirai@makinata.eu>
To: 62348@debbugs.gnu.org
Cc: ludo@gnu.org, Bruno Victal <mirai@makinata.eu>,
	mikadoZero <mikadozero@yandex.com>
Subject: [bug#62348] [PATCH 1/3] gnu: psmisc: Make description more informative.
Date: Tue, 21 Mar 2023 17:11:20 +0000	[thread overview]
Message-ID: <40a8417b0c696509da522c9b5c072f004c0615f0.1679418658.git.mirai@makinata.eu> (raw)
In-Reply-To: <cover.1679417884.git.mirai@makinata.eu>

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 | 13 ++++++++++---
 1 file changed, 10 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index ef05e77ec8..14e6f46a39 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -33,6 +33,7 @@
 ;;; Copyright © 2018, 2019 Pierre Langlois <pierre.langlois@gmx.com>
 ;;; Copyright © 2018 Vasile Dumitrascu <va511e@yahoo.com>
 ;;; Copyright © 2019 Tim Gesthuizen <tim.gesthuizen@yahoo.de>
+;;; Copyright © 2019 mikadoZero <mikadozero@yandex.com>
 ;;; Copyright © 2019, 2020, 2021, 2022 Maxim Cournoyer <maxim.cournoyer@gmail.com>
 ;;; Copyright © 2019 Stefan Stefanović <stefanx2ovic@gmail.com>
 ;;; Copyright © 2019-2022 Brice Waegeneire <brice@waegenei.re>
@@ -2039,9 +2040,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.")
+     "A package 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, e.g. @samp{killall -HUP @var{name}}
+@item @command{prtstat} - prints statistics of a process
+@item @command{pslog} - prints log path(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
-- 
2.39.1





  reply	other threads:[~2023-03-21 17:12 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-03-21 17:04 [bug#62348] [PATCH 0/3] Update psmisc to 23.6 Bruno Victal
2023-03-21 17:11 ` Bruno Victal [this message]
2023-03-21 17:20   ` [bug#62348] [PATCH 1/3] gnu: psmisc: Make description more informative Nicolas Goaziou
2023-03-21 17:11 ` [bug#62348] [PATCH 2/3] gnu: psmisc: Use G-Expressions Bruno Victal
2023-03-21 17:11 ` [bug#62348] [PATCH 3/3] gnu: psmisc: Update to 23.6 Bruno Victal
2023-03-21 19:23 ` [bug#62348] [PATCH v2 1/3] gnu: psmisc: Make description more informative Bruno Victal
2023-03-21 19:23   ` [bug#62348] [PATCH v2 2/3] gnu: psmisc: Use G-Expressions Bruno Victal
2023-03-21 19:23   ` [bug#62348] [PATCH v2 3/3] gnu: psmisc: Update to 23.6 Bruno Victal
2023-08-24 16:52 ` [bug#62348] [PATCH v3 0/3] Improve psmisc description & update Bruno Victal
2023-08-24 16:54   ` [bug#62348] [PATCH v3 1/3] gnu: psmisc: Make description more informative Bruno Victal
2023-08-24 16:54   ` [bug#62348] [PATCH v3 2/3] gnu: psmisc: Use G-Expressions Bruno Victal
2023-08-24 16:54   ` [bug#62348] [PATCH v3 3/3] gnu: psmisc: Update to 23.6 Bruno Victal

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=40a8417b0c696509da522c9b5c072f004c0615f0.1679418658.git.mirai@makinata.eu \
    --to=mirai@makinata.eu \
    --cc=62348@debbugs.gnu.org \
    --cc=ludo@gnu.org \
    --cc=mikadozero@yandex.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).