From e54fcd4dddd6fdfbc167e299d45812a3802c0624 Mon Sep 17 00:00:00 2001 From: Alioth Null <158060792+Alioth4J@users.noreply.github.com> Date: Sat, 2 Nov 2024 23:26:51 +0800 Subject: [PATCH] Fix display issue of a code snippet. --- doc/command_ref.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/command_ref.rst b/doc/command_ref.rst index 5eeec0e28c..fd4a665503 100644 --- a/doc/command_ref.rst +++ b/doc/command_ref.rst @@ -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()``, where ```` is the name of the command; e.g.``dnf install +``dnf-command()``, where ```` 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.