diff options
author | Zac Medico <zmedico@gentoo.org> | 2010-03-16 06:17:57 +0000 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2010-03-16 06:17:57 +0000 |
commit | 1d73d80236e380f26f32f1737cc2f36d980715d1 (patch) | |
tree | 8cc73c95837c16bce47fe626a41169546a890010 /man | |
parent | Fix breakage from previous commit. (diff) | |
download | portage-idfetch-1d73d80236e380f26f32f1737cc2f36d980715d1.tar.gz portage-idfetch-1d73d80236e380f26f32f1737cc2f36d980715d1.tar.bz2 portage-idfetch-1d73d80236e380f26f32f1737cc2f36d980715d1.zip |
Bug #309699 - Update --emptytree docs. Thanks to Ben Kohler <bkohler@gmail.com>
for wording suggestions.
svn path=/main/trunk/; revision=15831
Diffstat (limited to 'man')
-rw-r--r-- | man/emerge.1 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/man/emerge.1 b/man/emerge.1 index 7b232056..f451e2f6 100644 --- a/man/emerge.1 +++ b/man/emerge.1 @@ -354,10 +354,10 @@ behavior with respect to build time dependencies that are not strictly required. .TP .BR "\-\-emptytree " (\fB\-e\fR) -Reinstalls all world packages and their dependencies to the current USE -specifications while differing from the installed set of packages as -little as possible. You should run with \fB\-\-pretend\fR first to make -sure the result is what you expect. +Reinstalls target atoms and their entire deep +dependency tree, as though no packages are currently +installed. You should run this with \fB\-\-pretend\fR +first to make sure the result is what you expect. .TP .BR "\-\-fail\-clean[=n]" Clean up temporary files after a build failure. This is |