[libvirt PATCH 4/4] doc: Fix element name in description of "feature"

Tim Wiederhake twiederh at redhat.com
Fri Oct 9 10:47:20 UTC 2020


Actual change is "s/``elements``/``feature`` elements/", rest is
reflow.

Signed-off-by: Tim Wiederhake <twiederh at redhat.com>
---
 docs/formatdomain.rst | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/docs/formatdomain.rst b/docs/formatdomain.rst
index 0ffb1b7196..df5ac28028 100644
--- a/docs/formatdomain.rst
+++ b/docs/formatdomain.rst
@@ -1388,11 +1388,11 @@ In case no restrictions need to be put on CPU model and its features, a simpler
    of vCPUs specified by the ``cpus`` element equals to the number of vcpus
    resulting from the topology.
 ``feature``
-   The ``cpu`` element can contain zero or more ``elements`` used to fine-tune
-   features provided by the selected CPU model. The list of known feature names
-   can be found in the same file as CPU models. The meaning of each ``feature``
-   element depends on its ``policy`` attribute, which has to be set to one of
-   the following values:
+   The ``cpu`` element can contain zero or more ``feature`` elements used to
+   fine-tune features provided by the selected CPU model. The list of known
+   feature names can be found in the same file as CPU models. The meaning of
+   each ``feature`` element depends on its ``policy`` attribute, which has to be
+   set to one of the following values:
 
    ``force``
       The virtual CPU will claim the feature is supported regardless of it being
-- 
2.26.2




More information about the libvir-list mailing list