diff options
author | Michael Vogt <mvo@debian.org> | 2008-10-10 23:28:21 +0200 |
---|---|---|
committer | Michael Vogt <mvo@debian.org> | 2008-10-10 23:28:21 +0200 |
commit | f0270266275678ce7c3f2a241c6aa7c6586ad1c6 (patch) | |
tree | 6bb0b3a36ad724c32f8bc84b64fa6613010aa7a2 | |
parent | c9d62df7accc468482f9b91edcbbbd7f41bba707 (diff) |
doc/apt-cache.8.xml: add missing <citerefentry>
-rw-r--r-- | configure.in | 2 | ||||
-rw-r--r-- | doc/apt-cache.8.xml | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/configure.in b/configure.in index 4d3f557d2..a65c33e66 100644 --- a/configure.in +++ b/configure.in @@ -18,7 +18,7 @@ AC_CONFIG_AUX_DIR(buildlib) AC_CONFIG_HEADER(include/config.h:buildlib/config.h.in include/apti18n.h:buildlib/apti18n.h.in) dnl -- SET THIS TO THE RELEASE VERSION -- -AC_DEFINE_UNQUOTED(VERSION,"0.7.15") +AC_DEFINE_UNQUOTED(VERSION,"0.7.16") PACKAGE="apt" AC_DEFINE_UNQUOTED(PACKAGE,"$PACKAGE") AC_SUBST(PACKAGE) diff --git a/doc/apt-cache.8.xml b/doc/apt-cache.8.xml index 7ba004623..6416f4edf 100644 --- a/doc/apt-cache.8.xml +++ b/doc/apt-cache.8.xml @@ -198,8 +198,8 @@ Reverse Provides: <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 POSIX regex pattern given, see - <refentrytitle><command>regex</command></refentrytitle> - <manvolnum>7</manvolnum>. + <citerefentry><refentrytitle><command>regex</command></refentrytitle> + <manvolnum>7</manvolnum></citerefentry>. 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 |