From: David Kalnischkies Date: Thu, 21 Apr 2011 16:58:07 +0000 (+0200) Subject: update the apt-mark manpage X-Git-Tag: 0.8.15~14^2~19 X-Git-Url: https://git.saurik.com/apt.git/commitdiff_plain/b40f2c3bd7aace2dcf1e0262b9356906be9eb272?ds=inline update the apt-mark manpage --- diff --git a/doc/apt-mark.8.xml b/doc/apt-mark.8.xml index ec50d6f76..592a8b97d 100644 --- a/doc/apt-mark.8.xml +++ b/doc/apt-mark.8.xml @@ -18,7 +18,7 @@ &apt-email; &apt-product; - 9 August 2009 + 21 April 2011 @@ -42,12 +42,13 @@ - markauto - unmarkauto + auto + manual + showauto + showmanual package - showauto @@ -65,16 +66,16 @@ apt-get or aptitude. - markauto - markauto is used to mark a + auto + auto is used to mark a package as being automatically installed, which will cause the package to be removed when no more manually installed packages depend on this package. - unmarkauto - unmarkauto is used to mark a + manual + manual is used to mark a package as being manually installed, which will prevent the package from being automatically removed if no other packages depend on it. @@ -84,8 +85,18 @@ showauto showauto is used to print a list of automatically installed packages with each package on a new line. + All automatically installed packages will be listed if no package is given. + If packages are given only those which are automatically installed will be shown. + + showmanual + showmanual can be used in + the same way as showauto except that it will print + a list of manually installed packages instead. + + + @@ -102,23 +113,8 @@ is extended_status in the directory defined by the Configuration Item: Dir::State. - - - - Show a short usage summary. - - - - - - - - Show the program version. - - - - + &apt-commonoptions;