projects
/
gentoolkit.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b7263e2
)
Fix typo in equery man page
author
fuzzyray
<fuzzyray@gentoo.org>
Thu, 17 Dec 2009 19:08:37 +0000
(19:08 -0000)
committer
fuzzyray
<fuzzyray@gentoo.org>
Thu, 17 Dec 2009 19:08:37 +0000
(19:08 -0000)
svn path=/trunk/gentoolkit/; revision=726
man/equery.1
patch
|
blob
|
history
diff --git
a/man/equery.1
b/man/equery.1
index 62df6fd8dcc6790c748d861855bf1b34262f1403..ec07c0d670a53d0e6573c697db1897ec18805509 100644
(file)
--- 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, ex
c
luding installed packages.
.EX
.HP
USE="perl"; for PKG in $(equery -q hasuse $USE); do echo $PKG: $(equery -q uses $PKG |grep $USE); done