Refine pacman manpage, clarify -S repo/package possibility, remove --test

Signed-off-by: Dan McGee <dan@archlinux.org>
This commit is contained in:
Dan McGee 2007-09-17 23:01:01 -05:00
parent d34b2c4ed8
commit 7325ebbc22
1 changed files with 3 additions and 4 deletions

View File

@ -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 <<SO,Sync Options>> 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]]
--------------------