richardphibel / rpms / dnf

Forked from rpms/dnf 2 years ago
Clone

Blame SOURCES/0012-doc-Improve-description-of-multilib_policy-all-RhBug.patch

39dbb9
From 683b92811abcb6cbbc00353010ec18e2cf655912 Mon Sep 17 00:00:00 2001
39dbb9
From: Jaroslav Mracek <jmracek@redhat.com>
39dbb9
Date: Mon, 6 Sep 2021 12:40:59 +0200
52b19a
Subject: [PATCH] [doc] Improve description of multilib_policy=all
52b19a
 (RhBug:1996681,1995630)
39dbb9
39dbb9
https://bugzilla.redhat.com/show_bug.cgi?id=1996681
39dbb9
https://bugzilla.redhat.com/show_bug.cgi?id=1995630
39dbb9
---
39dbb9
 doc/conf_ref.rst | 4 +++-
39dbb9
 1 file changed, 3 insertions(+), 1 deletion(-)
39dbb9
39dbb9
diff --git a/doc/conf_ref.rst b/doc/conf_ref.rst
52b19a
index 016bd00c..83b14ecd 100644
39dbb9
--- a/doc/conf_ref.rst
39dbb9
+++ b/doc/conf_ref.rst
39dbb9
@@ -351,7 +351,9 @@ configuration file by your distribution to override the DNF defaults.
39dbb9
 ``multilib_policy``
39dbb9
     :ref:`string <string-label>`
39dbb9
 
39dbb9
-    Controls how multilib packages are treated during install operations. Can either be ``"best"`` (the default) for the depsolver to prefer packages which best match the system's architecture, or ``"all"`` to install all available packages with compatible architectures.
39dbb9
+    Controls how multilib packages are treated during install operations. Can either be ``"best"`` (the default) for
39dbb9
+    the depsolver to prefer packages which best match the system's architecture, or ``"all"`` to install packages for
39dbb9
+    all available architectures.
39dbb9
 
39dbb9
 .. _obsoletes_conf_option-label:
39dbb9
 
52b19a
-- 
52b19a
2.35.1
39dbb9