[PATCH v2 1/9] docs: migration: Fix syntax

Peter Krempa pkrempa at redhat.com
Tue Oct 13 16:18:05 UTC 2020


One of the paragraphs added in f51cbe92c0d was not terminated thus
making it invalid XML/XHTML.

This was not caught by the build system as 'scripts/meson-html-gen.py'
unnecessarily obscures and hides errors from 'xsltproc'.

Signed-off-by: Peter Krempa <pkrempa at redhat.com>
---
 docs/migration.html.in | 1 +
 1 file changed, 1 insertion(+)

diff --git a/docs/migration.html.in b/docs/migration.html.in
index 162c202227..dd5eddd6f4 100644
--- a/docs/migration.html.in
+++ b/docs/migration.html.in
@@ -653,6 +653,7 @@ virsh migrate --p2p --tunnelled web1 qemu+ssh://desthost/system qemu+ssh://10.0.
       daemons or forwarding connections to these sockets manually
       (using <code>socat</code>, <code>netcat</code> or a custom piece of
       software):
+    </p>
     <pre>
 virsh migrate web1 [--p2p] --copy-storage-all 'qemu+unix:///system?socket=/tmp/migdir/test-sock-driver' 'unix:///tmp/migdir/test-sock-qemu' --disks-uri unix:///tmp/migdir/test-sock-nbd
     </pre>
-- 
2.26.2




More information about the libvir-list mailing list