X-Git-Url: https://git.saurik.com/apt.git/blobdiff_plain/36803406d195dba90a418bb858ebf65033867aba..7c4d986bb672313cd3c7e6dee8f071ba24d42f8c:/doc/apt.conf.5.sgml
diff --git a/doc/apt.conf.5.sgml b/doc/apt.conf.5.sgml
index 4c79e4cc0..eb64bed5f 100644
--- a/doc/apt.conf.5.sgml
+++ b/doc/apt.conf.5.sgml
@@ -17,11 +17,11 @@
apt.conf>
- Configuratoin file for APT>
+ Configuration file for APT>
Description>
-
+
with newlines placed to make it more readable. Lists can be created by
opening a scope and including a single word enclosed in quotes followed by a
- semicolon. Multiple entries can be included, each seperated by a semicolon.
+ semicolon. Multiple entries can be included, each separated by a semicolon.
DPkg::Pre-Install-Pkgs {"/usr/sbin/dpkg-preconfigure --apt";};
In general the sample configuration file in
- &docdir;/examples/apt.conf> &configureindex;
+ &docdir;examples/apt.conf> &configureindex;
is a good guide for how it should look.
Two specials are allowed,
- All of the APT tools take a -o option which allows an arbitary configuration
+ All of the APT tools take a -o option which allows an arbitrary configuration
directive to be specified on the command line. The syntax is a full option
name (The APT Group>
- This group of options controls general APT behavoir as well as holding the
+ This group of options controls general APT behavior as well as holding the
options for all of the tools.
@@ -89,13 +89,13 @@ DPkg::Pre-Install-Pkgs {"/usr/sbin/dpkg-preconfigure --apt";};
Ignore-Hold
- Ignore Held packages; This global options causes the problem resolver to
+ Ignore Held packages; This global option causes the problem resolver to
ignore held packages in its decision making.
Clean-Installed
- Defaults to on. When turned on the autoclean feature will remove any pacakge
+ Defaults to on. When turned on the autoclean feature will remove any packages
which can no longer be downloaded from the cache. If turned off then
packages that are locally installed are also excluded from cleaning - but
note that APT provides no direct means to reinstall them.
@@ -103,7 +103,7 @@ DPkg::Pre-Install-Pkgs {"/usr/sbin/dpkg-preconfigure --apt";};
Immediate-Configure
- Disable Immedate Configuration; This dangerous option disables some
+ Disable Immediate Configuration; This dangerous option disables some
of APT's ordering code to cause it to make fewer dpkg calls. Doing
so may be necessary on some extremely slow single user systems but
is very dangerous and may cause package install scripts to fail or worse.
@@ -126,6 +126,11 @@ DPkg::Pre-Install-Pkgs {"/usr/sbin/dpkg-preconfigure --apt";};
information. This sets the size of that cache.
+ Build-Essential
+
+ Defines which package(s) are considered essential build dependencies.
+
+
Get
The Get subsection controls the &apt-get; tool, please see its
@@ -155,7 +160,7 @@ DPkg::Pre-Install-Pkgs {"/usr/sbin/dpkg-preconfigure --apt";};
Queue-Mode
Queuing mode;
- Three settings are provided for cache control with HTTP/1.1 complient
- proxy caches.
ftp
- FTP URis; ftp::Proxy is the default proxy server to use. It is in the
+ FTP URIs; ftp::Proxy is the default proxy server to use. It is in the
standard form of ftp://[[user][:pass]@]host[:port]/> and is
- overriden by the /> or ./>.
@@ -292,7 +297,7 @@ DPkg::Pre-Install-Pkgs {"/usr/sbin/dpkg-preconfigure --apt";};
APT in DSelect>
When APT is used as a &dselect; method several configuration directives
- control the default behavoir. These are in the
Clean
@@ -334,7 +339,7 @@ DPkg::Pre-Install-Pkgs {"/usr/sbin/dpkg-preconfigure --apt";};
Options
This is a list of options to pass to dpkg. The options must be specified
- using the list notation and each list item is passed as a single arugment
+ using the list notation and each list item is passed as a single argument
to &dpkg;.
@@ -400,7 +405,7 @@ DPkg::Pre-Install-Pkgs {"/usr/sbin/dpkg-preconfigure --apt";};
See Also>
- &apt-cache;, &apt-conf;, &apt-preferences;.
+ &apt-cache;, &apt-config;, &apt-preferences;.
&manbugs;