[PATCH] docs: fix migration_features element name in formatcaps.html.in

Andrea Bolognani posted 1 patch 2 years, 7 months ago
Test syntax-check failed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/20210915150319.99847-1-abologna@redhat.com
docs/formatcaps.html.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] docs: fix migration_features element name in formatcaps.html.in
Posted by Andrea Bolognani 2 years, 7 months ago
From: Robin Lee <cheeselee@fedoraproject.org>

Signed-off-by: Robin Lee <cheeselee@fedoraproject.org>
Reviewed-by: Andrea Bolognani <abologna@redhat.com>
---
Taken from

  https://gitlab.com/libvirt/libvirt/-/merge_requests/106

I've pushed it already.

 docs/formatcaps.html.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/formatcaps.html.in b/docs/formatcaps.html.in
index 59d21a7d9e..09662f78c8 100644
--- a/docs/formatcaps.html.in
+++ b/docs/formatcaps.html.in
@@ -43,7 +43,7 @@
       <dd>whether host is capable of memory suspend, disk hibernation, or
       hybrid suspend.</dd>
 
-      <dt><code>migration</code></dt>
+      <dt><code>migration_features</code></dt>
       <dd>This element exposes information on the hypervisor's migration
       capabilities, like live migration, supported URI transports, and so
       on.</dd>
-- 
2.31.1