commit: c6dee3ef49e122a99dd299eae4749b7188751287 Author: Vitaly Zdanevich <zdanevich.vitaly <AT> ya <DOT> ru> AuthorDate: Sun Aug 21 11:45:04 2022 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Wed Dec 14 09:43:23 2022 +0000 URL: https://gitweb.gentoo.org/proj/gentoolkit.git/commit/?id=c6dee3ef
man: fix path of distfiles Signed-off-by: Vitaly Zdanevich <zdanevich.vitaly <AT> ya.ru> Closes: https://github.com/gentoo/gentoolkit/pull/23 Signed-off-by: Sam James <sam <AT> gentoo.org> man/eclean.1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man/eclean.1 b/man/eclean.1 index a407ce7..e47ced9 100644 --- a/man/eclean.1 +++ b/man/eclean.1 @@ -82,7 +82,7 @@ Units are: y (years), m (months), w (weeks), d (days) and h (hours). .SS "Actions" .TP \fBdistfiles\fR -Clean files from /usr/portage/distfiles (or whatever else is your DISTDIR in make.conf). +Clean files from /var/cache/distfiles (or whatever else is your DISTDIR in make.conf). This action should be useful to almost any Gentoo user, we all have to big DISTDIRs sometime... .br \fBeclean\-dist\fP is a shortcut to call eclean with the "distfiles" action, for simplified
