diff options
-rw-r--r-- | debian/changelog | 7 | ||||
-rw-r--r-- | doc/apt-get.8.xml | 6 | ||||
-rw-r--r-- | doc/apt.ent | 14 |
3 files changed, 22 insertions, 5 deletions
diff --git a/debian/changelog b/debian/changelog index 5775003d3..4648efe55 100644 --- a/debian/changelog +++ b/debian/changelog @@ -79,7 +79,12 @@ apt (0.7.17) unstable; urgency=low - clarify whether configuration items of apt.conf are case-sensitive (thanks to Vincent McIntyre, closes: #345901) - -- Eugene V. Lyubimkin <jackyf.devel@gmail.com> Fri, 24 Oct 2008 23:45:17 +0300 + [ Eugene V. Lyubimkin ] + * doc/: + - Added '(x)' to some referrings to manpages in apt-get manpage. Patch by + Andre Felipe Machado. (Closes: #309893) + + -- Eugene V. Lyubimkin <jackyf.devel@gmail.com> Wed, 05 Nov 2008 23:16:33 +0200 apt (0.7.16) unstable; urgency=low diff --git a/doc/apt-get.8.xml b/doc/apt-get.8.xml index c63011b2a..f64468052 100644 --- a/doc/apt-get.8.xml +++ b/doc/apt-get.8.xml @@ -15,7 +15,7 @@ &apt-email; &apt-product; <!-- The last update date --> - <date>30 October 2008</date> + <date>05 November 2008</date> </refentryinfo> <refmeta> @@ -101,8 +101,8 @@ <refsect1><title>Description</title> <para><command>apt-get</command> is the command-line tool for handling packages, and may be considered the user's "back-end" to other tools using the APT - library. Several "front-end" interfaces exist, such as dselect(8), - aptitude, synaptic, gnome-apt and wajig.</para> + library. Several "front-end" interfaces exist, such as &dselect;, + &aptitude;, &synaptic;, &gnome-apt; and &wajig;.</para> <para>Unless the <option>-h</option>, or <option>--help</option> option is given, one of the commands below must be present.</para> diff --git a/doc/apt.ent b/doc/apt.ent index d0bfaba56..6594ba1b3 100644 --- a/doc/apt.ent +++ b/doc/apt.ent @@ -141,7 +141,19 @@ <manvolnum>1</manvolnum> </citerefentry>" > - + +<!ENTITY gnome-apt "<citerefentry> + <refentrytitle><command>gnome-apt</command></refentrytitle> + <manvolnum>1</manvolnum> + </citerefentry>" +> + +<!ENTITY wajig "<citerefentry> + <refentrytitle><command>wajig</command></refentrytitle> + <manvolnum>1</manvolnum> + </citerefentry>" +> + <!-- Boiler plate docinfo section --> <!ENTITY apt-docinfo " <refentryinfo> |