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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 9AB991382C5 for ; Fri, 18 Jun 2021 14:03:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F014BE084A; Fri, 18 Jun 2021 14:03:42 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C207BE083E for ; Fri, 18 Jun 2021 14:03:42 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A73BD33BE66 for ; Fri, 18 Jun 2021 14:03:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6DE677A2 for ; Fri, 18 Jun 2021 14:03:39 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1624025004.e3ebb8e9275647f5f56281d9d9c955f0e273ea89.sam@gentoo> Subject: [gentoo-commits] proj/gentoolkit:master commit in: man/ X-VCS-Repository: proj/gentoolkit X-VCS-Files: man/equery.1 X-VCS-Directories: man/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: e3ebb8e9275647f5f56281d9d9c955f0e273ea89 X-VCS-Branch: master Date: Fri, 18 Jun 2021 14:03:39 +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: 8985ce10-ed4d-4dda-b18c-cab81ad27a28 X-Archives-Hash: f41631bc335305da8f1449fdea9f2e11 commit: e3ebb8e9275647f5f56281d9d9c955f0e273ea89 Author: Nuno Silva tecnico ulisboa pt> AuthorDate: Fri Aug 7 17:28:23 2020 +0000 Commit: Sam James gentoo org> CommitDate: Fri Jun 18 14:03:24 2021 +0000 URL: https://gitweb.gentoo.org/proj/gentoolkit.git/commit/?id=e3ebb8e9 equery.1: Fix spelling and typos in man page Closes: https://github.com/gentoo/gentoolkit/pull/10 Signed-off-by: Sam James gentoo.org> man/equery.1 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/man/equery.1 b/man/equery.1 index b89b86c..3b85bee 100644 --- a/man/equery.1 +++ b/man/equery.1 @@ -271,9 +271,9 @@ Find out where a package installed its executables. .SS .BI "has (a) [OPTIONS] " "KEY VALUE" -List all installed packages that have a given \fIPKG\fP match. +List all installed packages that have a given \fIKEY\fP match. -\fBNote\fP: \fBKEY\fP is case sensitive. Also \fBhas\fP does not currently have the ability to inteligently compare values dependending on the type of information being looked up. It performs a simple string match. It can only list which packages have the matching \fBVALUE\fP as given on the command line. It is a general purpose lookup for most information available via portage's dbapi.aux_get() function. Warning the quality of the results printed is dependant on the quality of the search (given the limited comparison method) and the recorded data available in the vardb. (See \fIEXAMPLES\fP) +\fBNote\fP: \fBKEY\fP is case sensitive. Also \fBhas\fP does not currently have the ability to intelligently compare values depending on the type of information being looked up. It performs a simple string match. It can only list which packages have the matching \fBVALUE\fP as given on the command line. It is a general purpose lookup for most information available via portage's dbapi.aux_get() function. Warning: the quality of the results printed is dependant on the quality of the search (given the limited comparison method) and the recorded data available in the vardb. (See \fIEXAMPLES\fP) .I R "LOCAL OPTIONS" ":" .HP @@ -319,7 +319,7 @@ View all installed Gentoo packages that were installed with ebuilds with a recor .SS .BI "hasuse (h) [OPTIONS] " "USE" -List all installed packages that have a given \fIPKG\fP flag. +List all installed packages that have a given \fIUSE\fP flag. \fBNote\fP: \fBhasuse\fP does not currently have the ability to display if packages are built with the given USE flag or not. It can only list which packages have the flag as an option. (See \fIEXAMPLES\fP) @@ -621,7 +621,7 @@ Display the path to the ebuild that would be used by Portage with the current co .HP .B \-m, \-\-include\-masked .br -Return the path to the hightest version ebuild available. +Return the path to the highest version ebuild available. .HP .B \-e, \-\-ebuild .br