summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorDan McGee <dan@archlinux.org>2007-12-06 03:34:38 +0100
committerDan McGee <dan@archlinux.org>2007-12-06 03:34:38 +0100
commitf0664fbd93f0002bc568b24de2206e31187fda85 (patch)
treee4d4ef1abe547343b67a8d86ca3e24efeb1b7187 /doc
parentc49b2a00d628c2ecb86b3908c1901ab3edee0b1a (diff)
downloadpacman-f0664fbd93f0002bc568b24de2206e31187fda85.tar.gz
pacman-f0664fbd93f0002bc568b24de2206e31187fda85.tar.xz
Update pacman manpage with description of --clean option
Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'doc')
-rw-r--r--doc/pacman.8.txt19
1 files changed, 12 insertions, 7 deletions
diff --git a/doc/pacman.8.txt b/doc/pacman.8.txt
index 9e00d36e..85561b60 100644
--- a/doc/pacman.8.txt
+++ b/doc/pacman.8.txt
@@ -212,10 +212,14 @@ Remove Options[[RO]]
Sync Options[[SO]]
------------------
*-c, \--clean*::
- Remove old packages from the cache to free up disk space. When pacman
- downloads packages, it saves them in ``/var/cache/pacman/pkg''. Use one
- '\--clean' switch to remove old packages; use two to remove all packages
- from the cache.
+ Remove old packages from the cache as well as unused sync databases to
+ free up disk space. When pacman downloads packages, it saves them in a
+ cache directory. In addition, databases are saved for every sync DB you
+ download from, and are not deleted even if they are removed from the
+ configuration file manlink:pacman.conf[5]. Use one '\--clean' switch to
+ only remove old packages; use two to remove all packages from the cache.
+ In both cases, you will have a yes or no option to remove packages and/or
+ unused downloaded databases.
*-e, \--dependsonly*::
Install all dependencies of a package, but not the specified package
@@ -257,9 +261,10 @@ Sync Options[[SO]]
*-y, \--refresh*::
Download a fresh copy of the master package list from the server(s)
- defined in pacman.conf. This should typically be used each time you use
- '\--sysupgrade' or '-u'. Passing two '\--refresh' or '-y' flags will force
- a refresh of all package lists even if they are thought to be up to date.
+ defined in manlink:pacman.conf[5]. This should typically be used each time
+ you use '\--sysupgrade' or '-u'. Passing two '\--refresh' or '-y' flags
+ will force a refresh of all package lists even if they are thought to be up
+ to date.
*\--needed*::
Only install the targets that are not already installed and up-to-date.