diff options
author | Vitaly Zdanevich <zdanevich.vitaly@ya.ru> | 2022-08-21 14:45:04 +0300 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-12-14 09:43:23 +0000 |
commit | c6dee3ef49e122a99dd299eae4749b7188751287 (patch) | |
tree | 0b871b918dde5b6f46b461d0f88433d3765b77a9 | |
parent | profile: Default to main repo name (diff) | |
download | gentoolkit-c6dee3ef49e122a99dd299eae4749b7188751287.tar.gz gentoolkit-c6dee3ef49e122a99dd299eae4749b7188751287.tar.bz2 gentoolkit-c6dee3ef49e122a99dd299eae4749b7188751287.zip |
man: fix path of distfiles
Signed-off-by: Vitaly Zdanevich <zdanevich.vitaly@ya.ru>
Closes: https://github.com/gentoo/gentoolkit/pull/23
Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r-- | man/eclean.1 | 2 |
1 files changed, 1 insertions, 1 deletions
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 |