diff options
| author | fuzzyray <fuzzyray@gentoo.org> | 2009-12-11 17:15:35 +0000 |
|---|---|---|
| committer | fuzzyray <fuzzyray@gentoo.org> | 2009-12-11 17:15:35 +0000 |
| commit | f8038096f2a1d6869425865292d7c6e980b8d9bb (patch) | |
| tree | 71bbbf54959c084a2deda4409cb7a6b38d750811 /man | |
| parent | 359332fe7dd2d58462fe699d21cfd9deda60502f (diff) | |
| download | gentoolkit-f8038096f2a1d6869425865292d7c6e980b8d9bb.tar.gz | |
Merge genscripts rev 130
svn path=/trunk/gentoolkit/; revision=721
Diffstat (limited to 'man')
| -rw-r--r-- | man/equery.1 | 6 |
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. |
