[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#277536: [PATCH] bug apt-cache: . and * in regexp, documented



tag 277536 patch
thanks

Hello,
I'm proposing the attached patch for apt-cache.8.

-- 
http://syx.googlecode.com - Smalltalk YX
http://lethalman.blogspot.com - Thoughts about computer technologies
http://www.debian.org - The Universal Operating System
=== modified file 'doc/apt-cache.8.xml'
--- doc/apt-cache.8.xml	2006-12-14 11:39:29 +0000
+++ doc/apt-cache.8.xml	2008-10-04 21:09:20 +0000
@@ -197,9 +197,14 @@
 
      <varlistentry><term>search <replaceable>regex [ regex ... ]</replaceable></term>
      <listitem><para><literal>search</literal> performs a full text search on all available package
-     lists for the regex pattern given. It searches the package names and the
+     lists for the POSIX regex pattern given, see 
+     <refentrytitle><command>regex</command></refentrytitle>
+     <manvolnum>7</manvolnum>.
+     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</option> is given
+     the package name and the short description, including virtual package
+     names.
+     If <option>--full</option> is given
      then output identical to <literal>show</literal> is produced for each matched
      package, and if <option>--names-only</option> is given then the long description
      is not searched, only the package name is.</para>

Attachment: signature.asc
Description: Digital signature


Reply to: