diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/en/aptitude.xml | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/doc/en/aptitude.xml b/doc/en/aptitude.xml index ea9cdf6d..a8e84459 100644 --- a/doc/en/aptitude.xml +++ b/doc/en/aptitude.xml @@ -5567,7 +5567,8 @@ e: Examine !: Apply .: Next ,: Previous</screen> <entry> Select packages for the given architecture (such as <quote><literal>amd64</literal></quote>, or - <quote><literal>all</literal></quote>). + <quote><literal>all</literal></quote>). Special values: + <literal>native</literal> and <literal>foreign</literal>. </entry> </row> @@ -6207,7 +6208,9 @@ e: Examine !: Apply .: Next ,: Previous</screen> <quote><literal>?architecture(amd64)</literal></quote> matches <literal>amd64</literal> packages, while <quote><literal>?architecture(all)</literal></quote> - matches arch-independent packages. + matches arch-independent packages. Also accepts the + special values <literal>native</literal> and + <literal>foreign</literal>. </para> </listitem> </varlistentry> |