diff options
| author | fuzzyray <fuzzyray@gentoo.org> | 2009-12-17 19:08:37 +0000 |
|---|---|---|
| committer | fuzzyray <fuzzyray@gentoo.org> | 2009-12-17 19:08:37 +0000 |
| commit | 7c34007de0429263346a1ae8296763c930eae411 (patch) | |
| tree | 3a1df4fc0d7d94ef57c766e8e7de15003c125ffb /man/equery.1 | |
| parent | b7263e2ae68e2883d772cf5c23451792af4a5ada (diff) | |
| download | gentoolkit-7c34007de0429263346a1ae8296763c930eae411.tar.gz | |
Fix typo in equery man page
svn path=/trunk/gentoolkit/; revision=726
Diffstat (limited to 'man/equery.1')
| -rw-r--r-- | man/equery.1 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/equery.1 b/man/equery.1 index 62df6fd..ec07c0d 100644 --- a/man/equery.1 +++ b/man/equery.1 @@ -299,7 +299,7 @@ Include all packages from the Portage tree in the search path. Use this option t equery hasuse -pI perl .EE .br -View all Gentoo packages that have the "perl" USE flag, exluding installed packages. +View all Gentoo packages that have the "perl" USE flag, excluding installed packages. .EX .HP USE="perl"; for PKG in $(equery -q hasuse $USE); do echo $PKG: $(equery -q uses $PKG |grep $USE); done |
