summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorArch Librarian <arch@canonical.com>2004-09-20 17:01:56 +0000
committerArch Librarian <arch@canonical.com>2004-09-20 17:01:56 +0000
commitcd1506b9dc2ee787d573dbea1e8083d02287a5ec (patch)
tree75a734bf80af100e5ac1d9d681ab66f9c4a66453 /doc
parent4c6a9fada53fec42be80153d0badc2b59b62f294 (diff)
- Clarify description of 'search' on apt-cache(8) (Clos...
Author: mdz Date: 2003-07-18 15:37:34 GMT - Clarify description of 'search' on apt-cache(8) (Closes: #192216)
Diffstat (limited to 'doc')
-rw-r--r--doc/apt-cache.8.sgml14
1 files changed, 7 insertions, 7 deletions
diff --git a/doc/apt-cache.8.sgml b/doc/apt-cache.8.sgml
index 93fce51c2..49d2020d5 100644
--- a/doc/apt-cache.8.sgml
+++ b/doc/apt-cache.8.sgml
@@ -206,13 +206,13 @@ Reverse Provides:
<VarListEntry><Term>search <replaceable/regex [ regex ... ]/</Term>
<ListItem><Para>
- <literal/search/ performs a full text search on all available package
- files for the regex pattern given. It searches the package names and the
- descriptions for an occurrence of the string and prints out the package
- name and the short description. If <option/--full/ is given then output
- identical to <literal/show/ is produced for each matched package, and
- if <option/--names-only/ is given then the long description is not
- searched, only the package name is.
+ <literal/search/ performs a full text search on all available package
+ lists for the regex pattern given. It searches the package names and the
+ descriptions for an occurrence of the regular expression and prints out
+ the package name and the short description. If <option/--full/ is given
+ then output identical to <literal/show/ is produced for each matched
+ package, and if <option/--names-only/ is given then the long description
+ is not searched, only the package name is.
<para>
Seperate arguments can be used to specify multiple search patterns that
are and'ed together.