diff options
author | Sebastian Luther <SebastianLuther@gmx.de> | 2011-10-14 12:55:22 +0200 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2011-10-14 07:54:23 -0700 |
commit | d60105f611515f32b53b1eb4afa65f3a0d8a9056 (patch) | |
tree | 113b94d5cebf8fef1ebf8655de0043034334cd46 | |
parent | a73ad44e390aa14e8785d90d590f87a5d06e3866 (diff) | |
download | portage-d60105f611515f32b53b1eb4afa65f3a0d8a9056.tar.gz portage-d60105f611515f32b53b1eb4afa65f3a0d8a9056.tar.bz2 portage-d60105f611515f32b53b1eb4afa65f3a0d8a9056.zip |
Update --prune man page entry (bug 387011)
-rw-r--r-- | man/emerge.1 | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/man/emerge.1 b/man/emerge.1 index 6088cdc0d..1eab6e50a 100644 --- a/man/emerge.1 +++ b/man/emerge.1 @@ -174,10 +174,12 @@ In versions of portage >=2.1.5 the \-\-metadata action is totally unnecessary unless the user has enabled FEATURES="metadata-transfer" in \fBmake.conf\fR(5). .TP .BR "\-\-prune " (\fB\-P\fR) -\fBWARNING: This action can remove important packages!\fR Removes all but the -highest installed version of a package from your system. Use \fB\-\-prune\fR -together with \fB\-\-verbose\fR to show reverse dependencies or with -\fB\-\-nodeps\fR to ignore all dependencies. +Removes all but the highest installed version of a package from your +system. Use \fB\-\-prune\fR together with \fB\-\-verbose\fR to show +reverse dependencies or with \fB\-\-nodeps\fR to ignore all dependencies. +\fBWARNING: This action can remove packages from your world file! Check +the emerge output of the next \-\-depclean run carefully! Use +\-\-depclean to avoid this issue.\fR .TP .BR \-\-regen Causes portage to check and update the dependency cache of all ebuilds in the |