From 6b242b3725475da6b9d19c41f241ff8170514920 Mon Sep 17 00:00:00 2001 From: Chantry Xavier Date: Tue, 15 Jan 2008 19:42:40 +0100 Subject: Clarify -Sc documentation. s/old packages/packages that are no longer installed/g. Signed-off-by: Chantry Xavier Signed-off-by: Dan McGee --- doc/pacman.8.txt | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) (limited to 'doc') diff --git a/doc/pacman.8.txt b/doc/pacman.8.txt index c47af65e..c5b0f479 100644 --- a/doc/pacman.8.txt +++ b/doc/pacman.8.txt @@ -229,14 +229,15 @@ Remove Options[[RO]] Sync Options[[SO]] ------------------ *-c, \--clean*:: - 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 linkman: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. + Remove packages that are no longer installed from the cache as well as + currently 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 + linkman:pacman.conf[5]. Use one '\--clean' switch to only remove + packages that are no longer installed; 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 -- cgit v1.2.3-24-g4f1b From eb77f0dbd2e6fab521375bd2ab81b0ab4bc052aa Mon Sep 17 00:00:00 2001 From: Chantry Xavier Date: Tue, 15 Jan 2008 13:48:27 +0100 Subject: Another documentation update for FS#9204 Signed-off-by: Chantry Xavier Signed-off-by: Dan McGee --- doc/pacman.8.txt | 3 +++ doc/pacman.conf.5.txt | 9 ++++++--- 2 files changed, 9 insertions(+), 3 deletions(-) (limited to 'doc') diff --git a/doc/pacman.8.txt b/doc/pacman.8.txt index c5b0f479..f6eb69c3 100644 --- a/doc/pacman.8.txt +++ b/doc/pacman.8.txt @@ -113,6 +113,9 @@ Options not be used as a way to install software into ``/usr/local'' instead of ``/usr''. This option is used if you want to install a package on a temporary mounted partition which is "owned" by another system. + *NOTE*: If database path or logfile are not specified on either the + command line or in linkman:pacman.conf[5], their default location will + be inside this root path. *-v, --verbose*:: Output paths such as as the Root, Conf File, DB Path, Cache Dirs, etc. diff --git a/doc/pacman.conf.5.txt b/doc/pacman.conf.5.txt index 95298633..e8f74540 100644 --- a/doc/pacman.conf.5.txt +++ b/doc/pacman.conf.5.txt @@ -47,6 +47,9 @@ Options Set the default root directory for pacman to install to. This option is used if you want to install a package on a temporary mounted partition which is "owned" by another system, or for a chroot install. + *NOTE*: If database path or logfile are not specified on either the + command line or in linkman:pacman.conf[5], their default location will + be inside this root path. *DBPath =* path/to/db/dir:: Overrides the default location of the toplevel database directory. A @@ -59,9 +62,9 @@ Options default is ``/var/cache/pacman/pkg/''. Multiple cache directories can be specified, and they are tried in the order they are listed in the config file. If a file is not found in any cache directory, it will be downloaded - to the first cache directory with write access. *NOTE*: if specified, this - is an absolute path and the root path is not automatically prepended. This - behavior changed in pacman 3.1.0. + to the first cache directory with write access. *NOTE*: this is an absolute + path, the root path is not automatically prepended. This behavior changed + in pacman 3.1.0. *LogFile =* '/path/to/file':: -- cgit v1.2.3-24-g4f1b