]> git.saurik.com Git - apt.git/commitdiff
- Clarify description of 'search' on apt-cache(8) (Clos...
authorArch Librarian <arch@canonical.com>
Mon, 20 Sep 2004 17:01:56 +0000 (17:01 +0000)
committerArch Librarian <arch@canonical.com>
Mon, 20 Sep 2004 17:01:56 +0000 (17:01 +0000)
Author: mdz
Date: 2003-07-18 15:37:34 GMT
- Clarify description of 'search' on apt-cache(8) (Closes: #192216)

debian/changelog
doc/apt-cache.8.sgml

index cd02a3b088feb01d012310f9140696e88023ade8..9e8a4016863ddd7e7a4f21c17ee4711a312a06ca 100644 (file)
@@ -22,6 +22,7 @@ apt (0.5.6) unstable; urgency=low
       the package is being purged (Closes: #182369)
     - Fix extra "/" character in apt.conf(5) (Closes: #185545)
     - Fix typo in tar error message (Closes: #191424)
+    - Clarify description of 'search' on apt-cache(8) (Closes: #192216)
 
  -- 
 
index 93fce51c2d5d89199c75fbc02bef6b4e9483ad66..49d2020d5593eea1f9efa3ba814b9d009aaeb421 100644 (file)
@@ -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.