summaryrefslogtreecommitdiffstats
path: root/man
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2009-10-26 19:36:27 +0000
committerZac Medico <zmedico@gentoo.org>2009-10-26 19:36:27 +0000
commita61331806b9ee3da19cd4c5b69b5c51bf5e0bba5 (patch)
tree85b779ae674fec83bbc7b675ab079d4a0e2f2b53 /man
parenta433908d7bb5e32b116f267e86ca013a74a7691f (diff)
downloadportage-a61331806b9ee3da19cd4c5b69b5c51bf5e0bba5.tar.gz
portage-a61331806b9ee3da19cd4c5b69b5c51bf5e0bba5.tar.bz2
portage-a61331806b9ee3da19cd4c5b69b5c51bf5e0bba5.zip
Take the -c option and make it mean --depclean instead of --clean, since
--clean is pretty useless anyway. svn path=/main/trunk/; revision=14731
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 8e40818d0..523c3197b 100644
--- a/man/emerge.1
+++ b/man/emerge.1
@@ -93,7 +93,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
@@ -105,7 +105,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 @world set,