diff options
author | Xavier Chantry <chantry.xavier@gmail.com> | 2011-04-03 10:34:32 +0200 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2011-04-20 19:51:10 -0500 |
commit | 74994faee7ce1681f24a3fc0a108dc4f9b824ffc (patch) | |
tree | eb97ab218745c3c10ab066a9e61ad84f102717ba /doc/pacman.8.txt | |
parent | 18c73b00027128d535b89b5ccc8894f00669620c (diff) | |
download | pacman-74994faee7ce1681f24a3fc0a108dc4f9b824ffc.tar.xz |
doc/pacman: split -Su description in 3 paragraphs
One paragraph for -Suu and one for -Su foo. Fixes FS#23451.
Signed-off-by: Xavier Chantry <chantry.xavier@gmail.com>
Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'doc/pacman.8.txt')
-rw-r--r-- | doc/pacman.8.txt | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/doc/pacman.8.txt b/doc/pacman.8.txt index b727269b..a9abb3f4 100644 --- a/doc/pacman.8.txt +++ b/doc/pacman.8.txt @@ -366,12 +366,14 @@ linkman:pacman.conf[5]. report of all packages to upgrade will be presented and the operation will not proceed without user confirmation. Dependencies are automatically resolved at this level and will be installed/upgraded if - necessary. Pass this option twice to enable package downgrade; in this - case pacman will select sync packages whose version does not match with - the local version. This can be useful when the user switches from a testing - repo to a stable one. Additional targets can also be specified manually, so - that '-Su foo' will do a system upgrade and install/upgrade the foo package in - the same operation. + necessary. ++ +Pass this option twice to enable package downgrade; in this case pacman will +select sync packages whose version does not match with the local version. This +can be useful when the user switches from a testing repo to a stable one. ++ +Additional targets can also be specified manually, so that '-Su foo' will do a +system upgrade and install/upgrade the foo package in the same operation. *-w, \--downloadonly*:: Retrieve all packages from the server, but do not install/upgrade anything. |