diff options
| author | karltk <karltk@gentoo.org> | 2004-09-10 09:42:32 +0000 |
|---|---|---|
| committer | karltk <karltk@gentoo.org> | 2004-09-10 09:42:32 +0000 |
| commit | cab7d46e5220d290fc5ac7a3c17c0bacabea0a19 (patch) | |
| tree | 09456fb36a197adaee0e6047dcd2e32675f5b08f | |
| parent | 7d0a480fe4033847c0ed31ba4673f1294ca075c7 (diff) | |
| download | gentoolkit-cab7d46e5220d290fc5ac7a3c17c0bacabea0a19.tar.gz | |
Fixes #63332.
svn path=/; revision=132
| -rw-r--r-- | trunk/src/old-scripts/pkg-clean.1 | 20 |
1 files changed, 14 insertions, 6 deletions
diff --git a/trunk/src/old-scripts/pkg-clean.1 b/trunk/src/old-scripts/pkg-clean.1 index 110e182..7a295f3 100644 --- a/trunk/src/old-scripts/pkg-clean.1 +++ b/trunk/src/old-scripts/pkg-clean.1 @@ -1,12 +1,20 @@ -.TH pkg-clean "1" "Nov 2003" "gentoolkit" +.TH pkg\-clean "1" "Nov 2003" "gentoolkit" .SH NAME -pkg-clean \- Gentoo: Clean obsolete packages +pkg\-clean \- Gentoo: Clean obsolete packages .SH SYNOPSIS -.B pkg-clean +.B pkg\-clean .SH BUGS -This tool does not yet have a man page. Feel free to submit a bug about it to -http://bugs.gentoo.org +This tool is obsolete, as of gentoolkit 0.2.0. +Use 'emerge clean' or 'emerge depclean' (with caution; read the man page) +instead. + +.SH SEE ALSO +.BR emerge(1) +.br +.BR /usr/sbin/pkg\-clean + .SH AUTHORS This informative man page was written by Karl Trygve Kalleberg -<karltk@gentoo.org>. +<karltk@gentoo.org> and expanded by Katerina Barone\-Adesi +<katerinab@gmail.com>. |
