diff options
author | Justin B Rye <jbr@edlug.org.uk> | 2012-05-24 15:49:55 +0200 |
---|---|---|
committer | David Kalnischkies <kalnischkies@gmail.com> | 2012-05-24 15:49:55 +0200 |
commit | c7c71e20d8f1e055ec55c7afeaee52381acfed5b (patch) | |
tree | f1b471fbc4cd468c4bf6f25f2f0dfe3a73bda8bd /doc/apt-cache.8.xml | |
parent | b176de3af77f686a512dec04a98e8fa6ce6af908 (diff) |
* doc/apt-cache.8.xml:
- fix a typo as well as adding missing literal markup
Diffstat (limited to 'doc/apt-cache.8.xml')
-rw-r--r-- | doc/apt-cache.8.xml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/apt-cache.8.xml b/doc/apt-cache.8.xml index cf6303268..daccb6c6f 100644 --- a/doc/apt-cache.8.xml +++ b/doc/apt-cache.8.xml @@ -271,7 +271,8 @@ Reverse Provides: </varlistentry> <varlistentry><term><option>-i</option></term><term><option>--important</option></term> - <listitem><para>Print only important dependencies; for use with unmet and depends. Causes only Depends and + <listitem><para>Print only important dependencies; for use with <literal>unmet</literal> + and <literal>depends</literal>. Causes only Depends and Pre-Depends relations to be printed. Configuration Item: <literal>APT::Cache::Important</literal>.</para></listitem> </varlistentry> @@ -299,7 +300,7 @@ Reverse Provides: <listitem><para>Print full records for all available versions. This is the default; to turn it off, use <option>--no-all-versions</option>. If <option>--no-all-versions</option> is specified, only the candidate version - will displayed (the one which would be selected for installation). + will be displayed (the one which would be selected for installation). This option is only applicable to the <literal>show</literal> command. Configuration Item: <literal>APT::Cache::AllVersions</literal>.</para></listitem> </varlistentry> |