diff options
Diffstat (limited to 'doc/apt-cache.8.xml')
-rw-r--r-- | doc/apt-cache.8.xml | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/doc/apt-cache.8.xml b/doc/apt-cache.8.xml index f36347107..cf6303268 100644 --- a/doc/apt-cache.8.xml +++ b/doc/apt-cache.8.xml @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="utf-8" standalone="no"?> -<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN" - "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd" [ +<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" + "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [ <!ENTITY % aptent SYSTEM "apt.ent"> %aptent; @@ -100,20 +100,20 @@ Reverse Provides: <listitem><para><literal>Pure virtual packages</literal> is the number of packages that exist only as a virtual package name; that is, packages only "provide" the virtual package name, and no package actually uses the name. For - instance, "mail-transport-agent" in the Debian GNU/Linux system is a + instance, "mail-transport-agent" in the Debian system is a pure virtual package; several packages provide "mail-transport-agent", but there is no package named "mail-transport-agent".</para> </listitem> <listitem><para><literal>Single virtual packages</literal> is the number of packages with only one package providing a particular virtual package. For example, in the - Debian GNU/Linux system, "X11-text-viewer" is a virtual package, but + Debian system, "X11-text-viewer" is a virtual package, but only one package, xless, provides "X11-text-viewer".</para> </listitem> <listitem><para><literal>Mixed virtual packages</literal> is the number of packages that either provide a particular virtual package or have the virtual package name - as the package name. For instance, in the Debian GNU/Linux system, + as the package name. For instance, in the Debian system, "debconf" is both an actual package, and provided by the debconf-tiny package.</para> </listitem> @@ -168,9 +168,7 @@ Reverse Provides: <varlistentry><term><option>search</option> <option><replaceable>&synopsis-regex;</replaceable>…</option></term> <listitem><para><literal>search</literal> performs a full text search on all available package - lists for the POSIX regex pattern given, see - <citerefentry><refentrytitle><command>regex</command></refentrytitle> - <manvolnum>7</manvolnum></citerefentry>. + lists for the POSIX regex pattern given, see ®ex;. 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, including virtual package |