summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorArch Librarian <arch@canonical.com>2004-09-20 16:57:23 +0000
committerArch Librarian <arch@canonical.com>2004-09-20 16:57:23 +0000
commite35e72b1ab72b3e4f25baba48fc0d738bfc1f52b (patch)
tree476db5993dbf962662992e313443bf0e82fa105b /doc
parentfc31c31caf8c658ebe5e0e10465d86cfa9128757 (diff)
Philippe Batailler's man page patches.
Author: jgg Date: 2001-03-24 22:44:43 GMT Philippe Batailler's man page patches.
Diffstat (limited to 'doc')
-rw-r--r--doc/apt-get.8.sgml14
-rw-r--r--doc/apt.conf.5.sgml18
-rw-r--r--doc/apt_preferences.5.sgml16
3 files changed, 24 insertions, 24 deletions
diff --git a/doc/apt-get.8.sgml b/doc/apt-get.8.sgml
index b505df89c..74bd881ef 100644
--- a/doc/apt-get.8.sgml
+++ b/doc/apt-get.8.sgml
@@ -110,7 +110,7 @@
the desired packages. If a hyphen is appended to the package name (with
no intervening space), the identified package will be removed if it is
installed. Similarly a plus sign can be used to designate a package to
- isntall. These latter feature may be used to override decisions made by
+ install. These latter features may be used to override decisions made by
apt-get's conflict resolution system.
<para>
A specific version of a package can be selected for installation by
@@ -120,7 +120,7 @@
following the package name with a slash and the version of the
distribution or the Archive name (stable, frozen, unstable).
<para>
- Both of the version selection mechansims can downgrade packages and must
+ Both of the version selection mechanisms can downgrade packages and must
be used with care.
<para>
If no package matches the given expression and the expression contains one
@@ -132,7 +132,7 @@
<VarListEntry><Term>remove</Term>
<ListItem><Para>
- <literal/remove/ is identical to bf(install) except that packages are
+ <literal/remove/ is identical to <literal/install/ except that packages are
removed instead of installed. If a plus sign is appended to the package
name (with no intervening space), the identified package will be
installed.
@@ -363,14 +363,14 @@
a default pin at priority 990 using the specified release string. The
preferences file may further override this setting. In short, this option
lets you have simple control over which distribution packages will be
- retrieved from. Some common examples might me
+ retrieved from. Some common examples might be
<option>-t '2.1*'</> or <option>-t unstable</>.
Configuration Item: <literal/APT::Default-Release/
</VarListEntry>
<VarListEntry><term><option/--trivial-only/</>
<ListItem><Para>
- Only perform operations are 'trivial'. Logically this can be considered
+ Only perform operations that are 'trivial'. Logically this can be considered
related to <option/--assume-yes/, where <option/--assume-yes/ will answer
yes to any prompt, <option/--trivial-only/ will answer no.
Configuration Item: <literal/APT::Get::Trivial-Only/.
@@ -412,13 +412,13 @@
<VarListEntry><term><filename>&cachedir;/archives/</></term>
<ListItem><Para>
- storage area for retrieved package files
+ storage area for retrieved package files.
Configuration Item: <literal/Dir::Cache::Archives/.
</VarListEntry>
<VarListEntry><term><filename>&cachedir;/archives/partial/</></term>
<ListItem><Para>
- storage area for package files in transit
+ storage area for package files in transit.
Configuration Item: <literal/Dir::Cache::Archives/ (implicit partial).
</VarListEntry>
diff --git a/doc/apt.conf.5.sgml b/doc/apt.conf.5.sgml
index 4c79e4cc0..8ed0485b2 100644
--- a/doc/apt.conf.5.sgml
+++ b/doc/apt.conf.5.sgml
@@ -17,7 +17,7 @@
<!-- Man page title -->
<refnamediv>
<refname>apt.conf</>
- <refpurpose>Configuratoin file for APT</>
+ <refpurpose>Configuration file for APT</>
</refnamediv>
<RefSect1><Title>Description</>
@@ -89,7 +89,7 @@ DPkg::Pre-Install-Pkgs {"/usr/sbin/dpkg-preconfigure --apt";};
<VarListEntry><Term>Ignore-Hold</Term>
<ListItem><Para>
- 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.
</VarListEntry>
@@ -155,7 +155,7 @@ DPkg::Pre-Install-Pkgs {"/usr/sbin/dpkg-preconfigure --apt";};
<VarListEntry><Term>Queue-Mode</Term>
<ListItem><Para>
Queuing mode; <literal/Queue-Mode/ can be one of <literal/host/ or
- <literal/access/ which determins how APT parallelizes outgoing
+ <literal/access/ which determines how APT parallelizes outgoing
connections. <literal/host/ means that one connection per target host
will be opened, <literal/access/ means that one connection per URI type
will be opened.
@@ -200,13 +200,13 @@ DPkg::Pre-Install-Pkgs {"/usr/sbin/dpkg-preconfigure --apt";};
<literal/Acquire::http::Pipeline-Depth/ can be a value from 0 to 5
indicating how many outstanding requests APT should send. A value of
zero MUST be specified if the remote host does not properly linger
- on TCP connections - otherwise data corruption will occure. Hosts which
+ on TCP connections - otherwise data corruption will occur. Hosts which
require this are in violation of RFC 2068.
</VarListEntry>
<VarListEntry><Term>ftp</Term>
<ListItem><Para>
- 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 <literal>ftp://[[user][:pass]@]host[:port]/</> and is
overriden by the <envar/ftp_proxy/ environment variable. To use a ftp
proxy you will have to set the <literal/ftp::ProxyLogin/ script in the
@@ -259,7 +259,7 @@ DPkg::Pre-Install-Pkgs {"/usr/sbin/dpkg-preconfigure --apt";};
The <literal/Dir::State/ section has directories that pertain to local
state information. <literal/lists/ is the directory to place downloaded
package lists in and <literal/status/ is the name of the dpkg status file.
- <literal/preferences/ is the name of the APT preferencse file.
+ <literal/preferences/ is the name of the APT preferences file.
<literal/Dir::State/ contains the default directory to prefix on all sub
items if they do not start with <filename>/</> or <filename>./</>.
<para>
@@ -292,7 +292,7 @@ DPkg::Pre-Install-Pkgs {"/usr/sbin/dpkg-preconfigure --apt";};
<RefSect1><Title>APT in DSelect</>
<para>
When APT is used as a &dselect; method several configuration directives
- control the default behavoir. These are in the <literal/DSelect/ section.
+ control the default behaviour. These are in the <literal/DSelect/ section.
<VariableList>
<VarListEntry><Term>Clean</Term>
@@ -334,7 +334,7 @@ DPkg::Pre-Install-Pkgs {"/usr/sbin/dpkg-preconfigure --apt";};
<VarListEntry><Term>Options</Term>
<ListItem><Para>
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;.
</VarListEntry>
@@ -400,7 +400,7 @@ DPkg::Pre-Install-Pkgs {"/usr/sbin/dpkg-preconfigure --apt";};
<RefSect1><Title>See Also</>
<para>
- &apt-cache;, &apt-conf;, &apt-preferences;.
+ &apt-cache;, &apt-config;<!-- ? reading apt.conf -->, &apt-preferences;.
</RefSect1>
&manbugs;
diff --git a/doc/apt_preferences.5.sgml b/doc/apt_preferences.5.sgml
index fdac01d37..44fffabf0 100644
--- a/doc/apt_preferences.5.sgml
+++ b/doc/apt_preferences.5.sgml
@@ -99,13 +99,13 @@ a=stable
The final selection method is by origin. This is simply the site name
of the originating package files. The empty string is used for file URIs.
<para>
- Version selection, particularly the latter two methods, are used in may
- different part of APT, not just the preferences file.
+ Version selection, particularly the latter two methods, are used in many
+ different parts of APT, not just the preferences file.
</RefSect1>
<RefSect1><Title>Candidate Version Policy</>
<para>
- Interaly APT maintains a list of all available versions for all packages.
+ Internally APT maintains a list of all available versions for all packages.
If you place multiple releases or vendors in your &sources-list; file then
these features are available. By default APT selects the highest version
from all automatic sources. Some sources, such as
@@ -160,7 +160,7 @@ a=stable
Giving a pin a priority greater than 1000 will allow APT to downgrade
in order to get to that version.
<para>
- Each package may be pinned to a specific version and each Package file
+ Each package may be pinned to a specific version and each Packages file
has a priority for every package inside. The highest priority assigned
to a package is the one that is used.
<para>
@@ -173,26 +173,26 @@ Pin-Priority: 1001
The first line specifies the package, the second gives the Pin specification
and the last gives the priority of this pin. The first word of the pin
specification may be version, release or origin, the remainder of the field
- is described in the Versioning sectin above.
+ is described in the Versioning section above.
<para>
A default pin is how the priorities of package files are set. Any number
of default pins may be specified, the first matching default will select
the priority of the package file. Only release or origin may be used in
- the Pin specification since they match Package files.
+ the Pin specification since they match Packages files.
<informalexample><programlisting>
Package: *
Pin: release v=2.1*
Pin-Priority: 998
</programlisting></informalexample>
<para>
- If the Pin-Priorty field is omitted then the priority defaults to 989 for
+ If the Pin-Priority field is omitted then the priority defaults to 989 for
both cases.
<RefSect2><title>Interesting Effects</>
<para>
Due to the downgrade prevention barrier at priority 1000 it is possible
that a lower priority version will be selected if the higher priority
- would casue a downgrade. For instance, if package foo has versions
+ would cause a downgrade. For instance, if package foo has versions
<literal/1.2/, <literal/1.1/ and <literal/1.0/ installed, with
<literal/1.1/ being the currently installed version and the priorities of
each version being 900, 100 and 950 repectively the winning version will be