aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2009-06-28 22:50:34 +0000
committerRobin H. Johnson <robbat2@gentoo.org>2009-06-28 22:50:34 +0000
commitaf723ad123b939aea11e224f9df752debd3501c8 (patch)
tree2d6f3f8c4fa99a206089ddac70e4e6a57e0df483
parentMissed one arches item. (diff)
downloadpackages-3-af723ad123b939aea11e224f9df752debd3501c8.tar.gz
packages-3-af723ad123b939aea11e224f9df752debd3501c8.tar.bz2
packages-3-af723ad123b939aea11e224f9df752debd3501c8.zip
Update the docs.
-rw-r--r--web/templates/faq.html10
1 files changed, 7 insertions, 3 deletions
diff --git a/web/templates/faq.html b/web/templates/faq.html
index e04fc23..c26c9ea 100644
--- a/web/templates/faq.html
+++ b/web/templates/faq.html
@@ -134,9 +134,13 @@
</dd>
<dt><span class="url">?arches=x</span> <span class="type">[HTML]</span></dt>
<dd>
- x: one of 'common', 'exotic', 'all'<br />
- See etc/const_data.py for which arches are exotic.
- All includes both common and exotic.<br />
+ x: one of 'common', 'exotic', 'all', 'prefix', 'linux', 'fbsd'<br />
+ linux = all Linux arches<br />
+ prefix = all Prefix arches<br />
+ fbsd = all FreeBSD arches<br />
+ all = every arch from the above 3<br />
+ exotic = Rare Linux arches<br />
+ common = linux - exotic<br/>
(default if unset: 'common')
</dd>
</dl>