diff options
author | Jakub Wilk <jwilk@jwilk.net> | 2019-02-10 12:51:30 +0100 |
---|---|---|
committer | David Kalnischkies <david@kalnischkies.de> | 2019-02-10 13:16:27 +0100 |
commit | 9a702b150c8ddeafa8c10c9f120dafdeb08ef93b (patch) | |
tree | 5ec43fb1644e1a9a96d4f14bbe701503c0a507aa /doc/apt-get.8.xml | |
parent | 55d0eea08198b6da420eeda28e825122e9ee3666 (diff) |
Fix various typos in the documentation
Diffstat (limited to 'doc/apt-get.8.xml')
-rw-r--r-- | doc/apt-get.8.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/apt-get.8.xml b/doc/apt-get.8.xml index 81f580c31..b757c3d30 100644 --- a/doc/apt-get.8.xml +++ b/doc/apt-get.8.xml @@ -356,7 +356,7 @@ <term><option>--assume-yes</option></term> <listitem><para>Automatic yes to prompts; assume "yes" as answer to all prompts and run non-interactively. If an undesirable situation, such as changing a held - package, trying to install a unauthenticated package or removing an essential package + package, trying to install an unauthenticated package or removing an essential package occurs then <literal>apt-get</literal> will abort. Configuration Item: <literal>APT::Get::Assume-Yes</literal>.</para></listitem> </varlistentry> @@ -413,7 +413,7 @@ <varlistentry><term><option>--with-new-pkgs</option></term> <listitem><para>Allow installing new packages when used in conjunction with <literal>upgrade</literal>. This is useful if - the update of a installed package requires new dependencies to be + the update of an installed package requires new dependencies to be installed. Instead of holding the package back <literal>upgrade</literal> will upgrade the package and install the new dependencies. Note that <literal>upgrade</literal> with this option will never remove packages, |