diff options
| author | Wesley Schwengle <wesleys@opperschaap.net> | 2024-03-12 12:26:20 -0400 |
|---|---|---|
| committer | Wesley Schwengle <wesleys@opperschaap.net> | 2024-03-12 12:26:20 -0400 |
| commit | 13e5e601d9a3f7d13e058bb5c52d72840b96e286 (patch) | |
| tree | ac30a5fffb3f6df8fec0242649ce8fab13b8072d /doc | |
| parent | e5a15f0d330ecd6b0d26233b64183e93ca4a57bb (diff) | |
Update documentation for apt upgrade with pkg arg
Closes: #1065831
Signed-off-by: Wesley Schwengle <wesleys@opperschaap.net>
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/apt.8.xml | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/doc/apt.8.xml b/doc/apt.8.xml index b897369b2..51ed820dc 100644 --- a/doc/apt.8.xml +++ b/doc/apt.8.xml @@ -59,14 +59,18 @@ packages will never be removed. If an upgrade for a package requires the removal of an installed package the upgrade for this package isn't performed. - </para></listitem> + </para> + <para>When a package is supplied as an argument, the package will be + installed prior to the upgrade action.</para> + </listitem> </varlistentry> <varlistentry><term><option>full-upgrade</option> (&apt-get;)</term> <listitem><para><literal>full-upgrade</literal> performs the function of upgrade but will remove currently installed packages if this is needed to upgrade the system as a whole. - </para></listitem> + </para><para>When a package is supplied as an argument, the package will + be installed prior to the upgrade action.</para></listitem> </varlistentry> <varlistentry><term><option>install</option>, <option>reinstall</option>, <option>remove</option>, <option>purge</option> (&apt-get;)</term> |
