Fix display issue of a code snippet.

This commit is contained in:
Alioth Null 2024-11-02 23:26:51 +08:00 committed by Marek Blaha
parent 8d9ef3b51e
commit e54fcd4ddd
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ extensions and plugins.
Plugins can modify or extend features of DNF or provide additional CLI commands on top of those
mentioned below. If you know the name of such a command (including commands mentioned below), you
may find/install the package which provides it using the appropriate virtual provide in the form of
``dnf-command(<alias>)``, where ``<alias>`` is the name of the command; e.g.``dnf install
``dnf-command(<alias>)``, where ``<alias>`` is the name of the command; e.g. ``dnf install
'dnf-command(versionlock)'`` installs a ``versionlock`` plugin. This approach also applies to
specifying dependencies of packages that require a particular DNF command.