From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 8D7ED158083 for ; Thu, 5 Sep 2024 11:29:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A283CE29EE; Thu, 5 Sep 2024 11:29:04 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8D097E29EE for ; Thu, 5 Sep 2024 11:29:04 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C7DAA34164C for ; Thu, 5 Sep 2024 11:29:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 376E614D3 for ; Thu, 5 Sep 2024 11:29:02 +0000 (UTC) From: "Fabian Groffen" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Fabian Groffen" Message-ID: <1725535718.3a525dc69bf6c74d901da80f13af689b0198557c.grobian@gentoo> Subject: [gentoo-commits] proj/portage-utils:master commit in: man/, man/include/ X-VCS-Repository: proj/portage-utils X-VCS-Files: man/include/qlist.optdesc.yaml man/qlist.1 X-VCS-Directories: man/include/ man/ X-VCS-Committer: grobian X-VCS-Committer-Name: Fabian Groffen X-VCS-Revision: 3a525dc69bf6c74d901da80f13af689b0198557c X-VCS-Branch: master Date: Thu, 5 Sep 2024 11:29:02 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: ab6b8e9a-1c3f-4c1a-abf8-06dfd4dc669f X-Archives-Hash: ba5f9c3d0fc03e09e066011e8aa8e617 commit: 3a525dc69bf6c74d901da80f13af689b0198557c Author: Emanuele Torre gmail com> AuthorDate: Wed Sep 4 08:59:57 2024 +0000 Commit: Fabian Groffen gentoo org> CommitDate: Thu Sep 5 11:28:38 2024 +0000 URL: https://gitweb.gentoo.org/proj/portage-utils.git/commit/?id=3a525dc6 man: fix -S/--slots option description in qlist.1 I noticed that the qlist(1) man page did not mention that -S implies -I, so I wanted to fix that. The man page was actually supposed to mention it, but man/include/qlist.optdesc.yaml was incorrectly using the "slot" key to define --slots's long description, so the man page ended up using the short description from q list --help instead of the longer description that contains "This flag implies -I.". Renaming the key in the yaml file from "slot" to "slots" fixed the problem. I have regenerated the man pages with man/mkman.py, but only included the new version of qlist.1 in this commit. Signed-off-by: Emanuele Torre gmail.com> Signed-off-by: Fabian Groffen gentoo.org> man/include/qlist.optdesc.yaml | 2 +- man/qlist.1 | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/man/include/qlist.optdesc.yaml b/man/include/qlist.optdesc.yaml index 1145fa9..0ae0700 100644 --- a/man/include/qlist.optdesc.yaml +++ b/man/include/qlist.optdesc.yaml @@ -8,7 +8,7 @@ tree: | umap: | List USE-flags enabled when the package was installed. This flag implies \fB\-I\fR. -slot: | +slots: | Display installed packages with slots (use twice for subslots). This flag implies \fB\-I\fR. repo: | diff --git a/man/qlist.1 b/man/qlist.1 index 9fe7194..e0e9e81 100644 --- a/man/qlist.1 +++ b/man/qlist.1 @@ -1,5 +1,5 @@ .\" generated by mkman.py, please do NOT edit! -.TH qlist "1" "Jan 2024" "Gentoo Foundation" "qlist" +.TH qlist "1" "Sep 2024" "Gentoo Foundation" "qlist" .SH NAME qlist \- list files owned by pkgname .SH SYNOPSIS @@ -27,6 +27,7 @@ Used with \fB\-I\fR to list packages available in the tree. .TP \fB\-S\fR, \fB\-\-slots\fR Display installed packages with slots (use twice for subslots). +This flag implies \fB\-I\fR. .TP \fB\-R\fR, \fB\-\-repo\fR Display installed packages with repository the ebuild originated from.