]> xenbits.xensource.com Git - libvirt.git/commitdiff
docs: network: fix some trivial typos in docs/formatnetwork.html
authorChen Fan <chen.fan.fnst@cn.fujitsu.com>
Fri, 5 Dec 2014 09:38:46 +0000 (17:38 +0800)
committerJohn Ferlan <jferlan@redhat.com>
Fri, 5 Dec 2014 17:54:38 +0000 (12:54 -0500)
this patch fix some weird typos:
   1. < hostdev>     => <hostdev>
   2. < type>        => <type>
   3. <virtualport > => <virtualport>
   4. redundant comma
   5. missing right-half bracket

Signed-off-by: Chen Fan <chen.fan.fnst@cn.fujitsu.com>
docs/formatnetwork.html.in

index dc438aee862205bb79986cdab8ce8e78c10a4e75..7bcf316a6fe2919c7919028e16f9d0d2c6c7ea77 100644 (file)
             (Single Root I/O Virtualization) virtual function (VF)
             devices can be assigned in this manner; to assign a
             standard single-port PCI or PCIe ethernet card to a guest,
-            use the traditional <code>&lt; hostdev&gt;</code> device
+            use the traditional <code>&lt;hostdev&gt;</code> device
             definition. <span class="since"> Since 0.10.0</span>
 
             <p>
 
             <p>Note that this "intelligent passthrough" of network
             devices is very similar to the functionality of a
-            standard <code>&lt; hostdev&gt;</code> device, the
+            standard <code>&lt;hostdev&gt;</code> device, the
             difference being that this method allows specifying a MAC
-            address, vlan tag, and <code>&lt;virtualport &gt;</code>
+            address, vlan tag, and <code>&lt;virtualport&gt;</code>
             for the passed-through device. If these capabilities are
             not required, if you have a standard single-port PCI,
             PCIe, or USB network card that doesn't support SR-IOV (and
           <span class="since">since 0.10.0</span> When using forward
           mode 'hostdev', the interface pool is specified with a list
           of <code>&lt;address&gt;</code> elements, each of which has
-          <code>&lt; type&gt;</code> (must always be <code>'pci'</code>,
+          <code>&lt;type&gt;</code> (must always be <code>'pci'</code>),
           <code>&lt;domain&gt;</code>, <code>&lt;bus&gt;</code>,
-          <code>&lt;slot&gt;</code>and <code>&lt;function&gt;</code>
+          <code>&lt;slot&gt;</code>and <code>&lt;function&gt;</code>
           attributes.
         </p>
         <pre>