diff options
author | Arch Librarian <arch@canonical.com> | 2004-09-20 17:01:57 +0000 |
---|---|---|
committer | Arch Librarian <arch@canonical.com> | 2004-09-20 17:01:57 +0000 |
commit | c6649788140195e9bef312b44b4ada0747161072 (patch) | |
tree | 4de32a921c2e3a709875bdb565fb4c2b65310e31 /doc | |
parent | cd1506b9dc2ee787d573dbea1e8083d02287a5ec (diff) |
- Fix incorrect path for 'partial' directory on apt-get(8)
Author: mdz
Date: 2003-07-18 15:38:45 GMT
- Fix incorrect path for 'partial' directory on apt-get(8)
(Closes: #192933)
Diffstat (limited to 'doc')
-rw-r--r-- | doc/apt-get.8.sgml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/apt-get.8.sgml b/doc/apt-get.8.sgml index 9c67eee41..d986b0e3b 100644 --- a/doc/apt-get.8.sgml +++ b/doc/apt-get.8.sgml @@ -189,7 +189,7 @@ <literal/clean/ clears out the local repository of retrieved package files. It removes everything but the lock file from <filename>&cachedir;/archives/</> and - <filename>&cachedir;/archive/partial/</>. When APT is used as a + <filename>&cachedir;/archives/partial/</>. When APT is used as a &dselect; method, <literal/clean/ is run automatically. Those who do not use dselect will likely want to run <literal/apt-get clean/ from time to time to free up disk space. |