]> err.no Git - dpkg/commitdiff
document new search features
authorWichert Akkerman <wakkerma@debian.org>
Mon, 16 Jul 2001 22:39:24 +0000 (22:39 +0000)
committerWichert Akkerman <wakkerma@debian.org>
Mon, 16 Jul 2001 22:39:24 +0000 (22:39 +0000)
ChangeLog
dselect/dselect.8

index 9bb47e86e7e37534ce4fce0c4929490ded8cff77..402491b3577af30749f18f55a65c897457a2d62b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Tue Jul 17 00:36:32 CEST 2001 Wichert Akkerman <wakkerma@debian.org>
+
+  * dselect/dselect.8: document new search features
+
 Mon Jul 16 18:14:16 CEST 2001 peter karlsson <peterk@debian.org>
 
   * po/sv.po, doc/sv/deb.5, doc/sv/deb-old.5, doc/sv/dselect.8, doc/sv/dpkg.8:
index cba7c78bd9b79de5a12329612c6b251e50a78820..c721287b0990351ce1b6fcb07741d9ec4471b1b5 100644 (file)
@@ -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