]> xenbits.xensource.com Git - libvirt.git/commitdiff
migration.html.in: Kill useless spaces in <pre/>
authorMichal Privoznik <mprivozn@redhat.com>
Fri, 11 Nov 2016 22:40:27 +0000 (23:40 +0100)
committerMichal Privoznik <mprivozn@redhat.com>
Mon, 14 Nov 2016 10:03:34 +0000 (11:03 +0100)
The <pre/> section is rendered as-is on the page. That is, if all
the lines are prefixed with 4 spaces the rendered page will also
have them. Problem is if we put a box around such <pre/> because
the content might not fix into it.

Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
docs/migration.html.in

index 27689559b378090e6e72df065adc3bc450438ed2..a57f27918e5b9ef95708e3173939be6548c85572 100644 (file)
     </p>
 
     <pre>
-      syntax: virsh migrate GUESTNAME DEST-LIBVIRT-URI [HV-URI]
+syntax: virsh migrate GUESTNAME DEST-LIBVIRT-URI [HV-URI]
 
 
-      eg using default network interface
+eg using default network interface
 
-      virsh migrate web1 qemu+ssh://desthost/system
-      virsh migrate web1 xen+tls://desthost/system
+virsh migrate web1 qemu+ssh://desthost/system
+virsh migrate web1 xen+tls://desthost/system
 
 
-      eg using secondary network interface
+eg using secondary network interface
 
-      virsh migrate web1 qemu://desthost/system tcp://10.0.0.1/
-      virsh migrate web1 xen+tcp://desthost/system  xenmigr:10.0.0.1/
+virsh migrate web1 qemu://desthost/system tcp://10.0.0.1/
+virsh migrate web1 xen+tcp://desthost/system  xenmigr:10.0.0.1/
     </pre>
 
     <p>
     </p>
 
     <pre>
-      syntax: virsh migrate GUESTNAME HV-URI
+syntax: virsh migrate GUESTNAME HV-URI
 
 
-      eg using same libvirt URI for all connections
+eg using same libvirt URI for all connections
 
-      virsh migrate --direct web1 xenmigr://desthost/
+virsh migrate --direct web1 xenmigr://desthost/
     </pre>
 
     <p>
     </p>
 
     <pre>
-      syntax: virsh migrate GUESTNAME DEST-LIBVIRT-URI [ALT-DEST-LIBVIRT-URI]
+syntax: virsh migrate GUESTNAME DEST-LIBVIRT-URI [ALT-DEST-LIBVIRT-URI]
 
 
-      eg using same libvirt URI for all connections
+eg using same libvirt URI for all connections
 
-      virsh migrate --p2p web1 qemu+ssh://desthost/system
+virsh migrate --p2p web1 qemu+ssh://desthost/system
 
 
-      eg using different libvirt URI auth scheme for peer2peer connections
+eg using different libvirt URI auth scheme for peer2peer connections
 
-      virsh migrate --p2p web1 qemu+ssh://desthost/system qemu+tls:/desthost/system
+virsh migrate --p2p web1 qemu+ssh://desthost/system qemu+tls:/desthost/system
 
 
-      eg using different libvirt URI hostname for peer2peer connections
+eg using different libvirt URI hostname for peer2peer connections
 
-      virsh migrate --p2p web1 qemu+ssh://desthost/system qemu+ssh://10.0.0.1/system
+virsh migrate --p2p web1 qemu+ssh://desthost/system qemu+ssh://10.0.0.1/system
     </pre>
 
     <p>
     </p>
 
     <pre>
-      syntax: virsh migrate GUESTNAME DEST-LIBVIRT-URI [ALT-DEST-LIBVIRT-URI]
+syntax: virsh migrate GUESTNAME DEST-LIBVIRT-URI [ALT-DEST-LIBVIRT-URI]
 
 
-      eg using same libvirt URI for all connections
+eg using same libvirt URI for all connections
 
-      virsh migrate --p2p --tunnelled web1 qemu+ssh://desthost/system
+virsh migrate --p2p --tunnelled web1 qemu+ssh://desthost/system
 
 
-      eg using different libvirt URI auth scheme for peer2peer connections
+eg using different libvirt URI auth scheme for peer2peer connections
 
-      virsh migrate --p2p --tunnelled web1 qemu+ssh://desthost/system qemu+tls:/desthost/system
+virsh migrate --p2p --tunnelled web1 qemu+ssh://desthost/system qemu+tls:/desthost/system
 
 
-      eg using different libvirt URI hostname for peer2peer connections
+eg using different libvirt URI hostname for peer2peer connections
 
-      virsh migrate --p2p --tunnelled web1 qemu+ssh://desthost/system qemu+ssh://10.0.0.1/system
+virsh migrate --p2p --tunnelled web1 qemu+ssh://desthost/system qemu+ssh://10.0.0.1/system
     </pre>
 
     <p>