From 7c34007de0429263346a1ae8296763c930eae411 Mon Sep 17 00:00:00 2001 From: fuzzyray Date: Thu, 17 Dec 2009 19:08:37 +0000 Subject: [PATCH] Fix typo in equery man page svn path=/trunk/gentoolkit/; revision=726 --- man/equery.1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.26.2