From 7325ebbc22091c698fd19140b7ed6986024ec6e8 Mon Sep 17 00:00:00 2001 From: Dan McGee Date: Mon, 17 Sep 2007 23:01:01 -0500 Subject: Refine pacman manpage, clarify -S repo/package possibility, remove --test Signed-off-by: Dan McGee --- doc/pacman.8.txt | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'doc') diff --git a/doc/pacman.8.txt b/doc/pacman.8.txt index 5e5d2f55..83eaf372 100644 --- a/doc/pacman.8.txt +++ b/doc/pacman.8.txt @@ -56,7 +56,9 @@ Operations Synchronize packages. Packages are installed directly from the ftp servers, including all dependencies required to run the packages. For example, `pacman -S qt` will download and install qt and all the - packages it depends on. You can also use `pacman -Su` to upgrade all + packages it depends on. If a package name exists in more than one repo, the + repo can be explicitly specified to clarify the package to install: + `pacman -S unstable/qt`. You can also use `pacman -Su` to upgrade all packages that are out of date. See <> below. *-U, \--upgrade*:: @@ -187,9 +189,6 @@ Query Options[[QO]] Lists all packages that are out of date on the local system. This option works best if the sync database is refreshed using '-Sy'. -*\--test*:: - Run some brief checks looking at the consistency of the local database. - Remove Options[[RO]] -------------------- -- cgit v1.2.3-24-g4f1b