aboutsummaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorfuzzyray <fuzzyray@gentoo.org>2009-12-17 19:08:37 +0000
committerfuzzyray <fuzzyray@gentoo.org>2009-12-17 19:08:37 +0000
commit7c34007de0429263346a1ae8296763c930eae411 (patch)
tree3a1df4fc0d7d94ef57c766e8e7de15003c125ffb /man
parentFix revdep-rebuild to properly honor PORTAGE_NICENESS as an incremental to th... (diff)
downloadgentoolkit-7c34007de0429263346a1ae8296763c930eae411.tar.gz
gentoolkit-7c34007de0429263346a1ae8296763c930eae411.tar.bz2
gentoolkit-7c34007de0429263346a1ae8296763c930eae411.zip
Fix typo in equery man page
svn path=/trunk/gentoolkit/; revision=726
Diffstat (limited to 'man')
-rw-r--r--man/equery.12
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