]> git.saurik.com Git - apt.git/blobdiff - doc/apt.conf.5.sgml
Speeling error #142955
[apt.git] / doc / apt.conf.5.sgml
index 8ed0485b29520b1697d712318333c99d950a07ae..562dd72e513e7fd042d576094516113c940bb555 100644 (file)
@@ -21,7 +21,7 @@
  </refnamediv>
  
  <RefSect1><Title>Description</>
-   <para>   
+   <para>
    <filename/apt.conf/ is the main configuration file for the APT suite of
    tools, all tools make use of the configuration file and a common command line
    parser to provide a uniform environment. When an APT tool starts up it will
@@ -76,7 +76,7 @@ DPkg::Pre-Install-Pkgs {"/usr/sbin/dpkg-preconfigure --apt";};
 
  <RefSect1><Title>The APT Group</>
    <para>   
-   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.
 
    <VariableList>
@@ -95,7 +95,7 @@ DPkg::Pre-Install-Pkgs {"/usr/sbin/dpkg-preconfigure --apt";};
 
      <VarListEntry><Term>Clean-Installed</Term>
      <ListItem><Para>
-     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 pacakges
      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.
@@ -126,6 +126,11 @@ DPkg::Pre-Install-Pkgs {"/usr/sbin/dpkg-preconfigure --apt";};
      information. This sets the size of that cache.
      </VarListEntry>
 
+     <VarListEntry><Term>Build-Essential</Term>
+     <ListItem><Para>
+     Defines which package(s) are considered essential build dependencies.
+     </VarListEntry>
+
      <VarListEntry><Term>Get</Term>
      <ListItem><Para>
      The Get subsection controls the &apt-get; tool, please see its
@@ -183,7 +188,7 @@ DPkg::Pre-Install-Pkgs {"/usr/sbin/dpkg-preconfigure --apt";};
      will override all settings.
      <para>
      Three settings are provided for cache control with HTTP/1.1 complient 
-     proxy caches. <literal/No-Cache/ tells the proxy to not used its cached 
+     proxy caches. <literal/No-Cache/ tells the proxy to not use its cached 
      response under any circumstances, <literal/Max-Age/ is sent only for 
      index files and tells the cache to refresh its object if it is older than 
      the given number of seconds. Debian updates its index files daily so the