]> xenbits.xensource.com Git - libvirt.git/commitdiff
docs: fix a few small typos in formatdomain.html.in
authorLaine Stump <laine@laine.org>
Wed, 25 Jan 2012 01:09:20 +0000 (20:09 -0500)
committerLaine Stump <laine@laine.org>
Wed, 25 Jan 2012 02:17:53 +0000 (21:17 -0500)
docs/formatdomain.html.in

index dca9a81a4bf682ff257ca98221267ec7e1de32f7..dfb010de3ceaaff080864b41ab955bf4310bea37 100644 (file)
 <pre>
   ...
   &lt;devices&gt;
-    &lt;mac address='52:54:00:6d:90:01'&gt;
     &lt;interface type='mcast'&gt;
+      &lt;mac address='52:54:00:6d:90:01'&gt;
       &lt;source address='230.0.0.1' port='5558'/&gt;
     &lt;/interface&gt;
   &lt;/devices&gt;
   ...
   &lt;devices&gt;
     &lt;interface type='server'&gt;
-    &lt;mac address='52:54:00:22:c9:42'&gt;
+      &lt;mac address='52:54:00:22:c9:42'&gt;
       &lt;source address='192.168.0.1' port='5558'/&gt;
     &lt;/interface&gt;
     ...
     &lt;interface type='client'&gt;
-    &lt;mac address='52:54:00:8b:c9:51'&gt;
-    &lt;source address='192.168.0.1' port='5558'/&gt;
+      &lt;mac address='52:54:00:8b:c9:51'&gt;
+      &lt;source address='192.168.0.1' port='5558'/&gt;
     &lt;/interface&gt;
   &lt;/devices&gt;
   ...</pre>
@@ -2470,7 +2470,7 @@ qemu-kvm -net nic,model=? /dev/null
   ...</pre>
 
     <p>
-      For hypervisors which support this, you can set exact NIC which should
+      For hypervisors which support this, you can set a specific NIC to
       be used for network boot. The <code>order</code> attribute determines
       the order in which devices will be tried during boot sequence. The
       per-device <code>boot</code> elements cannot be used together with