From 74f880965208c7bca7d6d5f71bc47e70d28c20ac Mon Sep 17 00:00:00 2001 From: Chantry Xavier Date: Tue, 15 Jan 2008 13:48:27 +0100 Subject: [PATCH] Another documentation update for FS#9204. Signed-off-by: Chantry Xavier --- doc/pacman.8.txt | 2 ++ doc/pacman.conf.5.txt | 8 +++++--- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/doc/pacman.8.txt b/doc/pacman.8.txt index c47af65..0e13a29 100644 --- a/doc/pacman.8.txt +++ b/doc/pacman.8.txt @@ -113,6 +113,8 @@ 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 DB Path and Log File are not specified anywhere, 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 9529863..e0c8cd0 100644 --- a/doc/pacman.conf.5.txt +++ b/doc/pacman.conf.5.txt @@ -47,6 +47,8 @@ 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 DB Path and Log File are not specified anywhere, 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 +61,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':: -- 1.5.4.rc3