diff options
author | Nagy Gabor <ngaba@bibl.u-szeged.hu> | 2009-06-14 21:00:07 +0200 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2009-06-23 21:54:12 -0500 |
commit | 6d2930cc5ab95d843686b787910c6db8b6336248 (patch) | |
tree | e572764ccf72b61d5d417a1ac85f64bd5ca75452 /doc/pacman.8.txt | |
parent | 21fa09349bfc467f5579223e43c65e339b724473 (diff) | |
download | pacman-6d2930cc5ab95d843686b787910c6db8b6336248.tar.xz |
Update the documentation of -Qs and -Ss
It was undocumented that multiple regexps are interpreted using logical AND.
Thanks to Recursive@#archlinux for his help.
Signed-off-by: Nagy Gabor <ngaba@bibl.u-szeged.hu>
Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'doc/pacman.8.txt')
-rw-r--r-- | doc/pacman.8.txt | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/doc/pacman.8.txt b/doc/pacman.8.txt index edc4cc5d..af85a15e 100644 --- a/doc/pacman.8.txt +++ b/doc/pacman.8.txt @@ -225,7 +225,9 @@ Query Options[[QO]] *-s, \--search* <'regexp'>:: This will search each locally-installed package for names or - descriptions that match `regexp`. + descriptions that match `regexp`. When you include multiple search + terms, only packages with descriptions matching ALL of those terms will + be returned. *-t, \--unrequired*:: Restrict or filter output to packages not required by any currently @@ -309,7 +311,9 @@ linkman:pacman.conf[5]. *-s, \--search* <'regexp'>:: This will search each package in the sync databases for names or - descriptions that match `regexp`. + descriptions that match `regexp`. When you include multiple search + terms, only packages with descriptions matching ALL of those terms will + be returned. *-u, \--sysupgrade*:: Upgrades all packages that are out of date. Each currently-installed |