From: fuzzyray Date: Thu, 17 Dec 2009 19:08:37 +0000 (-0000) Subject: Fix typo in equery man page X-Git-Tag: gentoolkit-0.3.0_rc10~27 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=7c34007de0429263346a1ae8296763c930eae411;p=gentoolkit.git Fix typo in equery man page svn path=/trunk/gentoolkit/; revision=726 --- 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