From: Chen Fan Date: Fri, 5 Dec 2014 09:38:46 +0000 (+0800) Subject: docs: network: fix some trivial typos in docs/formatnetwork.html X-Git-Tag: v1.2.11-rc1~21 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=253319ced6e9e92992f59000e3810b7d3ab59750;p=thirdparty%2Flibvirt.git docs: network: fix some trivial typos in docs/formatnetwork.html this patch fix some weird typos: 1. < hostdev> => 2. < type> => 3. => 4. redundant comma 5. missing right-half bracket Signed-off-by: Chen Fan --- diff --git a/docs/formatnetwork.html.in b/docs/formatnetwork.html.in index dc438aee86..7bcf316a6f 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 < hostdev> device + use the traditional <hostdev> device definition. Since 0.10.0

@@ -312,9 +312,9 @@

Note that this "intelligent passthrough" of network devices is very similar to the functionality of a - standard < hostdev> device, the + standard <hostdev> device, the difference being that this method allows specifying a MAC - address, vlan tag, and <virtualport > + address, vlan tag, and <virtualport> 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 @@ since 0.10.0 When using forward mode 'hostdev', the interface pool is specified with a list of <address> elements, each of which has - < type> (must always be 'pci', + <type> (must always be 'pci'), <domain>, <bus>, - <slot>, and <function> + <slot>and <function> attributes.