diff options
author | Dan McGee <dan@archlinux.org> | 2009-10-11 12:57:57 -0500 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2009-10-11 12:57:57 -0500 |
commit | cf0d619670a4d0c67ad67e22bacbb69c203714f5 (patch) | |
tree | b4edada535df2b5beda4d9bcaf0f62e406a9c164 /doc/pacman.conf.5.txt | |
parent | 8e7652f1afd7ba5198f3aa10a94c50bb67f7a407 (diff) | |
parent | 5e03941ee5fbd0cc69ac83e2dd6ad6d3e6d940cd (diff) | |
download | pacman-cf0d619670a4d0c67ad67e22bacbb69c203714f5.tar.xz |
Merge branch 'maint'
Diffstat (limited to 'doc/pacman.conf.5.txt')
-rw-r--r-- | doc/pacman.conf.5.txt | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/doc/pacman.conf.5.txt b/doc/pacman.conf.5.txt index 640e62bb..89c22a12 100644 --- a/doc/pacman.conf.5.txt +++ b/doc/pacman.conf.5.txt @@ -86,8 +86,11 @@ Options *SyncFirst =* package ...:: Instructs pacman to check for newer version of these packages before any sync operation. The user will have the choice to either cancel the current - operation and upgrade these packages first or go on with the current operation. - This option is typically used with the 'pacman' package. + operation and upgrade these packages first or go on with the current + operation. This option is typically used with the 'pacman' package. + *NOTE*: when a `SyncFirst` transaction takes place, no command line flags + (e.g. '\--force') are honored. If this is not ideal, disabling `SyncFirst` + and performing a manual sync of the involved packages may be required. *IgnoreGroup =* group ...:: Instructs pacman to ignore any upgrades for all packages in this |