From e3ebb8e9275647f5f56281d9d9c955f0e273ea89 Mon Sep 17 00:00:00 2001 From: Nuno Silva Date: Fri, 7 Aug 2020 18:28:23 +0100 Subject: equery.1: Fix spelling and typos in man page Closes: https://github.com/gentoo/gentoolkit/pull/10 Signed-off-by: Sam James --- 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 -- cgit v1.2.3