From e759ef1102621d03c533bfa54e33937f5a598049 Mon Sep 17 00:00:00 2001 From: Jan Kolarik Date: Tue, 30 Apr 2024 06:50:14 +0000 Subject: [PATCH] man: Improve upgrade-minimal command docs (RHEL-6417) Upstream commit: 4a2b425d3f0b7ea95f9584834e86a15ad3c447ab Making the man pages for the `upgrade-minimal` command clearer about how packages with advisories are upgraded. Resolves: https://issues.redhat.com/browse/RHEL-6417 --- doc/command_ref.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/command_ref.rst b/doc/command_ref.rst index c419e7ed86..42dd6e8a7f 100644 --- a/doc/command_ref.rst +++ b/doc/command_ref.rst @@ -1761,11 +1761,11 @@ Upgrade-Minimal Command | Deprecated aliases: ``update-minimal`` ``dnf [options] upgrade-minimal`` - Updates each package to the latest available version that provides a bugfix, enhancement - or a fix for a security issue (security). + Updates each package to the nearest available version that provides + a bugfix, enhancement or a fix for a security issue (security). ``dnf [options] upgrade-minimal ...`` - Updates each specified package to the latest available version that provides + Updates each specified package to the nearest available version that provides a bugfix, enhancement or a fix for security issue (security). Updates dependencies as necessary.