diff options
author | Daniel Burrows <dburrows@debian.org> | 2009-01-28 09:33:55 -0800 |
---|---|---|
committer | Daniel Burrows <dburrows@debian.org> | 2009-01-28 09:33:55 -0800 |
commit | a2b3ef7c6fe71a12bd7ae9c75bb2dc9fd7064a00 (patch) | |
tree | 833fec2ba1b7cfae317954a9dafab33a1e202b51 /doc/en | |
parent | 2c8eca4ecc32013c45cc1e82636b20f9e94f1ca8 (diff) | |
download | aptitude-a2b3ef7c6fe71a12bd7ae9c75bb2dc9fd7064a00.tar.gz |
Improve the documentation of --purge-unused, since apparently people don't understand what it does.
Diffstat (limited to 'doc/en')
-rw-r--r-- | doc/en/manpage.xml | 17 |
1 files changed, 13 insertions, 4 deletions
diff --git a/doc/en/manpage.xml b/doc/en/manpage.xml index 2c111169..2e26fd75 100644 --- a/doc/en/manpage.xml +++ b/doc/en/manpage.xml @@ -1288,10 +1288,19 @@ libdbix-fulltextsearch-perl 0.73-10</screen> <listitem> <para> - Purge packages that are no longer required by any - installed package. This is equivalent to passing - <quote><literal>-o <link linkend='configPurge-Unused'>Aptitude::Purge-Unused=true</link></literal></quote> - as a command-line argument. + If <quote><literal><link + linkend='configDelete-Unused'>Aptitude::Delete-Unused</link></literal></quote> + is set to <quote><literal>true</literal></quote> (its + default), then in addition to removing each package that + is no longer required by any installed package, &aptitude; + will also purge them, removing their configuration files + and perhaps other important data. For more information + about which packages are considered to be + <quote>unused</quote>, see the section <quote><link + linkend='secAutoInstall'>Managing Automatically Installed + Packages</link></quote> in the &aptitude; reference + manual. <emphasis>THIS OPTION CAN CAUSE DATA LOSS! DO + NOT USE IT UNLESS YOU KNOW WHAT YOU ARE DOING!</emphasis> </para> </listitem> </varlistentry> |