The <literal/deb/ type describes a typical two-level Debian archive,
<filename>distribution/component</>. Typically, <literal/distribution/ is
generally one of <literal/stable/, <literal/unstable/, or
- <literal/frozen/, while component is one of <literal/main/,
+ <literal/testing/, while component is one of <literal/main/,
<literal/contrib/, <literal/non-free/, or <literal/non-us/. The
<literal/deb-src/ type describes a debian distribution's source code in
the same form as the <literal/deb/ type. A <literal/deb-src/ line is
<para>
<literal/distribution/ may also contain a variable, <literal/$(ARCH)/,
which expands to the Debian architecture (i386, m68k, powerpc, ...)
- used on the system. This permits archiecture-independent
+ used on the system. This permits architecture-independent
<filename/sources.list/ files to be used. In general this is only of
interest when specifying an exact path, <literal/APT/ will automatically
generate a URI with the current architecture otherwise.
inefficiently establish an FTP connection, close it, do something else,
and then re-establish a connection to that same host. This feature is
useful for accessing busy FTP sites with limits on the number of
- simultaneous anonymous users. bf(APT) also parallizes connections to
+ simultaneous anonymous users. APT also parallizes connections to
different hosts to more effectively deal with sites with low bandwidth.
<para>
It is important to list sources in order of preference, with the most
<VarListEntry><term>rsh</term><term>ssh</term>
<ListItem><Para>
- The rsh/ssh method method invokes rsh/ssh to connect to a remote host
+ The rsh/ssh method invokes rsh/ssh to connect to a remote host
as a given user and access the files. No password authentication is
possible, prior arrangements with RSA keys or rhosts must have been made.
Access to files on the remote uses standard <command/find/ and <command/dd/