diff options
author | Michael Vogt <michael.vogt@ubuntu.com> | 2012-01-16 22:17:23 +0100 |
---|---|---|
committer | Michael Vogt <michael.vogt@ubuntu.com> | 2012-01-16 22:17:23 +0100 |
commit | e70c1d067335bfa686fa0c6e75e32afb095e1aaa (patch) | |
tree | e985e74ed4d613126b24839d710e4b49db753824 /doc/apt-get.8.xml | |
parent | e75aa33384d52635fba502bed628bc68f9cb5066 (diff) | |
parent | 85e1885525977809ff6a3b70abb84d3a63e41817 (diff) |
merged from debian-experimental2
Diffstat (limited to 'doc/apt-get.8.xml')
-rw-r--r-- | doc/apt-get.8.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/apt-get.8.xml b/doc/apt-get.8.xml index 03a418e5c..fd1cd2540 100644 --- a/doc/apt-get.8.xml +++ b/doc/apt-get.8.xml @@ -280,7 +280,7 @@ <varlistentry><term>build-dep</term> <listitem><para><literal>build-dep</literal> causes apt-get to install/remove packages in an attempt to satisfy the build dependencies for a source package. By default the dependencies are - satisfied to build the package nativly. If desired a host-architecture can be specified + satisfied to build the package natively. If desired a host-architecture can be specified with the <option>--host-architecture</option> option instead.</para></listitem> </varlistentry> @@ -453,8 +453,8 @@ <term><option>--host-architecture</option></term> <listitem><para>This option controls the architecture packages are built for by <command>apt-get source --compile</command> and how cross-builddependencies - are satisfied. By default is not set which means that the host architecture - is the same as the build architecture (which is defined by <literal>APT::Architecture</literal>) + are satisfied. By default is it not set which means that the host architecture + is the same as the build architecture (which is defined by <literal>APT::Architecture</literal>). Configuration Item: <literal>APT::Get::Host-Architecture</literal> </para></listitem> </varlistentry> |