summaryrefslogtreecommitdiffstats
path: root/man
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2009-10-27 22:55:28 +0000
committerZac Medico <zmedico@gentoo.org>2009-10-27 22:55:28 +0000
commit56c558145684090dd4f95b9284bf556c391215c7 (patch)
tree5547ef16364d3029ae6515ff9442ef8188643c72 /man
parent2f37c01e3ee63942aa10783be86f6ed37c6c4aef (diff)
downloadportage-56c558145684090dd4f95b9284bf556c391215c7.tar.gz
portage-56c558145684090dd4f95b9284bf556c391215c7.tar.bz2
portage-56c558145684090dd4f95b9284bf556c391215c7.zip
Take the -c option and make it mean --depclean instead of --clean, since
--clean is pretty useless anyway. (trunk r14731) svn path=/main/branches/2.1.7/; revision=14739
Diffstat (limited to 'man')
-rw-r--r--man/emerge.14
1 files changed, 2 insertions, 2 deletions
diff --git a/man/emerge.1 b/man/emerge.1
index 2d457b89c..81bcf1bbf 100644
--- a/man/emerge.1
+++ b/man/emerge.1
@@ -86,7 +86,7 @@ option if you want to install a tbz2\fR. The packages are added
to the \fBworld\fR file at the end, so that they are considered for
later updating.
.TP
-.BR "\-\-clean " (\fB\-c\fR)
+.BR \-\-clean
Cleans up the system by examining the installed packages and removing older
packages. This is accomplished by looking at each installed package and separating
the installed versions by \fBslot\fR. Clean will \fBremove all but the most recently
@@ -98,7 +98,7 @@ Run package specific actions needed to be executed after the emerge process
has completed. This usually entails configuration file setup or other similar
setups that the user may wish to run.
.TP
-.BR "\-\-depclean (-R)"
+.BR "\-\-depclean (-c)"
Cleans the system by removing packages that are not associated
with explicitly merged packages. Depclean works by creating the
full dependency tree from the system and world sets,