summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorDaniel Hartwig <mandyke@gmail.com>2012-03-19 21:52:39 +0800
committerDaniel Hartwig <mandyke@gmail.com>2012-03-19 21:52:39 +0800
commitec234514bbf88e4800218fd39e3500024b424476 (patch)
treeab44cb2fbfc0e6e06c829f5c1de0ba0445f3b6ce /doc
parent8acc867a365f7199a61e4e9305bfc60fd093d7fd (diff)
downloadaptitude-ec234514bbf88e4800218fd39e3500024b424476.tar.gz
Support 'native' and 'foreign' as arguments to ?architecture
* src/generic/apt/apt.{cc,h}: - new functions is_native_arch, is_foreign_arch. * src/generic/apt/matching/*: * doc/en/aptitude.xml: - support 'native' and 'foreign' as arguments to ?architecture.
Diffstat (limited to 'doc')
-rw-r--r--doc/en/aptitude.xml7
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>