From 6d2930cc5ab95d843686b787910c6db8b6336248 Mon Sep 17 00:00:00 2001 From: Nagy Gabor Date: Sun, 14 Jun 2009 21:00:07 +0200 Subject: 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 Signed-off-by: Dan McGee --- doc/pacman.8.txt | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'doc') 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 -- cgit v1.2.3-24-g4f1b