summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorfuzzyray <fuzzyray@gentoo.org>2009-12-11 17:15:35 +0000
committerfuzzyray <fuzzyray@gentoo.org>2009-12-11 17:15:35 +0000
commitf8038096f2a1d6869425865292d7c6e980b8d9bb (patch)
tree71bbbf54959c084a2deda4409cb7a6b38d750811 /man
parent359332fe7dd2d58462fe699d21cfd9deda60502f (diff)
downloadgentoolkit-f8038096f2a1d6869425865292d7c6e980b8d9bb.tar.gz
Merge genscripts rev 130
svn path=/trunk/gentoolkit/; revision=721
Diffstat (limited to 'man')
-rw-r--r--man/equery.16
1 files changed, 3 insertions, 3 deletions
diff --git a/man/equery.1 b/man/equery.1
index c47b860..c3be6e9 100644
--- a/man/equery.1
+++ b/man/equery.1
@@ -342,8 +342,8 @@ Include all packages from the Portage tree in the search path. Use this option t
.EX
$ equery list binutils
* Searching for binutils ...
- [I--] [XX] sys-devel/binutils-2.18-r1 (i686-pc-linux-gnu-2.18)
- [IP-] [ ~] sys-devel/binutils-2.19.1-r1 (i686-pc-linux-gnu-2.19.1)
+ [I--] [XX] sys-devel/binutils-2.18-r1:i686-pc-linux-gnu-2.18
+ [IP-] [ ~] sys-devel/binutils-2.19.1-r1:i686-pc-linux-gnu-2.19.1
.EE
.HP
Location field (\fB[IPO-]\fP):
@@ -360,7 +360,7 @@ The third field is the full package name and version.
.HP
Slot:
.br
-The fourth field, in parentheses, is the package's slot. \fB0\fP is the default slot. To find all packages with multiple slots installed, use \fB--duplicates\fP.
+The fourth field, after the colon, is the package's slot. \fB0\fP is the default slot. To find all packages with multiple slots installed, use \fB--duplicates\fP.
.P
\fBNote:\fP Because it takes extra processing time to determine the location, mask status and slot, you can speed up output by passing the \fB--quiet\fP global option to \fBequery\fP when you don't care about the extra information.