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@xxxxxxxxxxxxxx> --- docs/formatnetwork.html.in | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/formatnetwork.html.in b/docs/formatnetwork.html.in index dc438ae..7bcf316 100644 --- a/docs/formatnetwork.html.in +++ b/docs/formatnetwork.html.in @@ -288,7 +288,7 @@ (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>< hostdev></code> device + use the traditional <code><hostdev></code> device definition. <span class="since"> Since 0.10.0</span> <p> @@ -312,9 +312,9 @@ <p>Note that this "intelligent passthrough" of network devices is very similar to the functionality of a - standard <code>< hostdev></code> device, the + standard <code><hostdev></code> device, the difference being that this method allows specifying a MAC - address, vlan tag, and <code><virtualport ></code> + address, vlan tag, and <code><virtualport></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 @@ -383,9 +383,9 @@ <span class="since">since 0.10.0</span> When using forward mode 'hostdev', the interface pool is specified with a list of <code><address></code> elements, each of which has - <code>< type></code> (must always be <code>'pci'</code>, + <code><type></code> (must always be <code>'pci'</code>), <code><domain></code>, <code><bus></code>, - <code><slot></code>, and <code><function></code> + <code><slot></code>and <code><function></code> attributes. </p> <pre> -- 1.9.3 -- libvir-list mailing list libvir-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/libvir-list