summaryrefslogtreecommitdiff
path: root/dselect
diff options
context:
space:
mode:
authorWichert Akkerman <wakkerma@debian.org>2001-07-16 22:39:24 +0000
committerWichert Akkerman <wakkerma@debian.org>2001-07-16 22:39:24 +0000
commitcbae081a2e65e06226d8e21cc538aecdaefe9fe6 (patch)
tree0c0ed0478bbebe25e960b9b90080ac3ae2a39724 /dselect
parente60f360236a2318edfd14217a86e7706ddcc37bf (diff)
downloaddpkg-cbae081a2e65e06226d8e21cc538aecdaefe9fe6.tar.gz
document new search features
Diffstat (limited to 'dselect')
-rw-r--r--dselect/dselect.88
1 files changed, 6 insertions, 2 deletions
diff --git a/dselect/dselect.8 b/dselect/dselect.8
index cba7c78bd..c721287b0 100644
--- a/dselect/dselect.8
+++ b/dselect/dselect.8
@@ -315,8 +315,12 @@ commands mapped to the following keys:
.sp
The list of packages can be searched by package name. This
is done by pressing \fB'/'\fP, and typing a simple search
-string. The string is interpreted literally and should not contain
-metacharacters, like those used in regular expressions or file globs.
+string. The string is interpreted as a
+.BR regex (7)
+regular expression.
+If you add \fB'/d'\fP to the search expression, dselect will also search
+in descriptions. If you add \fB'/i'\fP the search will be case insensitive.
+You may combine these two suffixes like this: \fB'/id'\fP.
Repeated searching is accomplished by repeatedly pressing
the \fB'n'\fP or \fB'\\'\fP keys, until the wanted package is found.
If the search reaches the bottom of the list, it wraps to the top