]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
docs: migration: Fix syntax
authorPeter Krempa <pkrempa@redhat.com>
Mon, 12 Oct 2020 14:09:52 +0000 (16:09 +0200)
committerPeter Krempa <pkrempa@redhat.com>
Mon, 19 Oct 2020 10:40:50 +0000 (12:40 +0200)
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@redhat.com>
Reviewed-by: Martin Kletzander <mkletzan@redhat.com>
docs/migration.html.in

index 162c202227b93e4aa4ce250c350963336dc75dc8..dd5eddd6f4bc595ad31e1931abd544942b706f19 100644 (file)
@@ -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>