X-Git-Url: https://git.saurik.com/apt.git/blobdiff_plain/dabb215cb8c4b074d286737da523d8ef14381468..3c8030a4977536e9d3a1954adc68082ae1c6d5a2:/doc/sources.list.5.xml
diff --git a/doc/sources.list.5.xml b/doc/sources.list.5.xml
index 5c539798a..fa32297c2 100644
--- a/doc/sources.list.5.xml
+++ b/doc/sources.list.5.xml
@@ -114,10 +114,14 @@
setting=value.
Multiple settings are separated by spaces. The following settings are supported by APT
(note however that unsupported settings will be ignored silently):
- arch=arch1,arch2,â¦
+
+ arch=arch1,arch2,â¦
can be used to specify for which architectures information should
be downloaded. If this option is not set all architectures defined by the
APT::Architectures option will be downloaded.
+ arch+=arch1,arch2,â¦
+ and arch-=arch1,arch2,â¦
+ which can be used to add/remove architectures from the set which will be downloaded.
trusted=yes can be set to indicate that packages
from this source are always authenticated even if the Release file
is not signed or the signature can't be checked. This disables parts of &apt-secure;